summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 2688df0..74a8cfb 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -70,10 +70,10 @@ public:
70 return (lastReplayedRevision >= topRevision); 70 return (lastReplayedRevision >= topRevision);
71 } 71 }
72 72
73Q_SIGNALS: 73signals:
74 void changesReplayed(); 74 void changesReplayed();
75 75
76public Q_SLOTS: 76public slots:
77 void revisionChanged() 77 void revisionChanged()
78 { 78 {
79 auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); 79 auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly);