X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=DBBackends%2FRtcomEventLogger.h;h=c5b36962ed6419a223e47a49b8a027b01c04494d;hp=d82814da825e84ba057cf9a4696c66398b2df1b7;hb=0592ddc026c411d911aaa06435070da8ded51d5b;hpb=bfa9ce7bd5b2182dea4e963d6354f4fb91e06f1c diff --git a/DBBackends/RtcomEventLogger.h b/DBBackends/RtcomEventLogger.h index d82814d..c5b3696 100644 --- a/DBBackends/RtcomEventLogger.h +++ b/DBBackends/RtcomEventLogger.h @@ -56,7 +56,7 @@ namespace DBBackends virtual EventTypes::iEvent *const CreateEvent(RTComElEvent &revent, QList &rattachments); void ProcessService(EventProcessors::iEventProcessor &processor, const EventTypes::eEventTypes service, const RTComEl &el); - virtual const QList &InsertedIDs() const { return m_InsertedIDs; } + virtual const QList &InsertedIDs() const { return m_InsertedIDs; } public: virtual void ClearInsertedIDs(); @@ -68,8 +68,8 @@ namespace DBBackends QHash m_ServiceIDs; - QList m_InsertedIDs; - QList &InsertedIDs() { return m_InsertedIDs; } + QList m_InsertedIDs; + QList &InsertedIDs() { return m_InsertedIDs; } RtcomEventLoggerComponents::TriggerDisabler *m_TriggerDisabler; };