summaryrefslogtreecommitdiff
path: root/fakepropertyadaptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'fakepropertyadaptor.h')
-rw-r--r--fakepropertyadaptor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fakepropertyadaptor.h b/fakepropertyadaptor.h
index 8293042..6c70d46 100644
--- a/fakepropertyadaptor.h
+++ b/fakepropertyadaptor.h
@@ -23,8 +23,11 @@ public slots:
void Unsubscribe(const QDBusMessage& msg);
void Get(QVariantList& values, quint64& timestamp);
-private:
+protected:
FakeProperty* _property;
+
+protected slots:
+ void propertyChanged();
};
#endif // FAKEPROPERTYADAPTOR_H