diff options
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 4 |
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 | ||
73 | Q_SIGNALS: | 73 | signals: |
74 | void changesReplayed(); | 74 | void changesReplayed(); |
75 | 75 | ||
76 | public Q_SLOTS: | 76 | public slots: |
77 | void revisionChanged() | 77 | void revisionChanged() |
78 | { | 78 | { |
79 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); | 79 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); |