From 0d8b5446e880298d89511dd0bc0dbe328ccfce97 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 11 Sep 2011 03:31:14 +0200 Subject: Try to revert to previous state on SIGINT/SIGTERM. --- fakepropertyadaptor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fakepropertyadaptor.h') 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 -- cgit v1.2.3