summaryrefslogtreecommitdiffstats
path: root/formattest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'formattest.cpp')
-rw-r--r--formattest.cpp4
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
119Q_SIGNALS: 119signals:
120 void changesReplayed(); 120 void changesReplayed();
121 121
122public Q_SLOTS: 122public slots:
123 void revisionChanged() 123 void revisionChanged()
124 { 124 {
125 auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); 125 auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly);