diff options
Diffstat (limited to 'formattest.cpp')
-rw-r--r-- | formattest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/formattest.cpp b/formattest.cpp index f12fd59..14eb550 100644 --- a/formattest.cpp +++ b/formattest.cpp | |||
@@ -116,10 +116,10 @@ public: | |||
116 | return (lastReplayedRevision >= topRevision); | 116 | return (lastReplayedRevision >= topRevision); |
117 | } | 117 | } |
118 | 118 | ||
119 | Q_SIGNALS: | 119 | signals: |
120 | void changesReplayed(); | 120 | void changesReplayed(); |
121 | 121 | ||
122 | public Q_SLOTS: | 122 | public slots: |
123 | void revisionChanged() | 123 | void revisionChanged() |
124 | { | 124 | { |
125 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); | 125 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); |