Update the post insert behaviour of the RtcomEventLogger backend to update storage...
[qwerkisync] / DBBackends / RtcomEventLogger.h
index c5b3696..728c137 100644 (file)
@@ -31,6 +31,7 @@ typedef _RTComEl RTComEl;
 
 template <typename T1> class QList;
 class QString;
+class QStringList;
 
 #include <QHash>
 
@@ -62,7 +63,9 @@ namespace DBBackends
                virtual void ClearInsertedIDs();
 
        private:
+               void UpdateInsertedStorageTimes();
                void Reindex();
+               QStringList IntsToStringList(QList<uint> &values);
 
                const Settings &m_Settings;