summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-08-18 17:48:35 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-25 11:36:52 +0200
commit7347a5f99df2da154acb1bdc538d4bc771cab066 (patch)
tree86008195f20f95b8616802e088d45a3994a824a6 /tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
parentbdc417b3828737334723eae23097c85f70c23a33 (diff)
Make the DBus timeout configurable in QDBusAbstractInterface.
Merge-request: 1253 Reviewed-by: Thiago Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com> (cherry picked from commit e58a402fbee2fc8af8cd651acafdc28525ed1314) Change-Id: I4246047b149193e510f2984a0b1a1fae655b9a51 Reviewed-on: http://codereview.qt.nokia.com/3580 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml')
-rw-r--r--tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml b/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
index 1667591708..d945ec9b43 100644
--- a/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
+++ b/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
@@ -15,6 +15,10 @@
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="RegisteredType"/>
</signal>
<method name="voidMethod" />
+ <method name="sleepMethod">
+ <arg type="i" />
+ <arg type="i" direction="out"/>
+ </method>
<method name="stringMethod">
<arg type="s" direction="out"/>
</method>