summaryrefslogtreecommitdiff
path: root/fakepropertyadaptor.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-11 03:31:14 +0200
committerJavier <javier@pcjavier.(none)>2011-09-11 03:31:14 +0200
commit0d8b5446e880298d89511dd0bc0dbe328ccfce97 (patch)
tree3146a1ee224cbd0c75975d842b0fca17c5474f08 /fakepropertyadaptor.h
parent94ab9634b2306016a8bc50fb3c67aa853481a5c7 (diff)
downloadglol-master.tar.gz
glol-master.zip
Try to revert to previous state on SIGINT/SIGTERM.HEADmaster
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