summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h
index ff9d9b8..c7f4ce0 100644
--- a/tests/testimplementations.h
+++ b/tests/testimplementations.h
@@ -71,6 +71,11 @@ public:
71 return KAsync::null<void>(); 71 return KAsync::null<void>();
72 } 72 }
73 73
74 void revisionUpdate(qint64 rev)
75 {
76 emit revisionChanged(rev);
77 }
78
74public slots: 79public slots:
75 void open() Q_DECL_OVERRIDE 80 void open() Q_DECL_OVERRIDE
76 { 81 {