Changed inserted IDs to uints as it's more accurate.
[qwerkisync] / qwerkisync.pro
index 12eba92..f834b8f 100644 (file)
@@ -30,7 +30,6 @@ SOURCES += main.cpp\
        AttachmentCollection.cpp \
        CellularRadio.cpp \
        EventLogBackupManager.cpp \
-       EventLogReindexer.cpp \
        EventParsers/CSVSymbianEventLogParser.cpp \
        EventParsers/Factory.cpp \
        EventParsers/MMSParser.cpp \
@@ -59,8 +58,9 @@ SOURCES += main.cpp\
        DBBackends/Fmms.cpp \
        EventProcessors/Hasher.cpp \
        EventProcessors/Writer.cpp \
-       DBBackends/DBBackends.cpp \
-       EventTypes/PhoneCall.cpp
+       EventTypes/PhoneCall.cpp \
+       DBBackends/AllBackends.cpp \
+       DBBackends/RtcomEventLoggerComponents/TriggerDisabler.cpp
 
 HEADERS  += \
        Windows/ModeWindow.h \
@@ -83,7 +83,6 @@ HEADERS  += \
        AttachmentCollection.h \
        iHashable.h \
        NumberToNameLookup.h \
-       EventLogReindexer.h \
        EventParsers/VMGEntities/VCalendar.h \
        EventPreventer.h \
        EventLogBackupManager.h \
@@ -107,7 +106,9 @@ HEADERS  += \
        EventProcessors/iEventProcessor.h \
        DBBackends/AllBackends.h \
        EventTypes/PhoneCall.h \
-    EventTypes/RtcomEvent.h
+       EventTypes/RtcomEvent.h \
+       EventTypes/eEventTypes.h \
+       DBBackends/RtcomEventLoggerComponents/TriggerDisabler.h
 
 FORMS    += \
        dialog.ui