aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/common/qtandroidservice.rep
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/services/common/qtandroidservice.rep')
-rw-r--r--examples/androidextras/services/common/qtandroidservice.rep4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/androidextras/services/common/qtandroidservice.rep b/examples/androidextras/services/common/qtandroidservice.rep
new file mode 100644
index 0000000..6b9d676
--- /dev/null
+++ b/examples/androidextras/services/common/qtandroidservice.rep
@@ -0,0 +1,4 @@
+class QtAndroidService {
+ SLOT(void sendToService(const QString &name));
+ SIGNAL(messageFromService(const QString &message));
+}