summaryrefslogtreecommitdiff
path: root/daemon/dbusadaptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/dbusadaptor.cpp')
-rw-r--r--daemon/dbusadaptor.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/dbusadaptor.cpp b/daemon/dbusadaptor.cpp
index 3332551..7bbf623 100644
--- a/daemon/dbusadaptor.cpp
+++ b/daemon/dbusadaptor.cpp
@@ -75,10 +75,13 @@ void PebbledAdaptor::time()
QMetaObject::invokeMethod(parent(), "time");
}
-
void PebbledAdaptor::reconnect()
{
// handle method call org.pebbled.reconnect
QMetaObject::invokeMethod(parent(), "reconnect");
}
+void PebbledAdaptor::test()
+{
+ QMetaObject::invokeMethod(parent(), "test");
+}