diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-01 15:45:17 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 09:43:45 (GMT) |
commit | 43a760280edd49382d01eb1e23ae2a08933b6bf7 (patch) | |
tree | 249412355ba5403fdf594e67fdf59a55bbaf64f2 /tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml | |
parent | 962b7fde5194a08a83609b9b4367425e52f76614 (diff) | |
download | Qt-43a760280edd49382d01eb1e23ae2a08933b6bf7.zip Qt-43a760280edd49382d01eb1e23ae2a08933b6bf7.tar.gz Qt-43a760280edd49382d01eb1e23ae2a08933b6bf7.tar.bz2 |
Autotest: add tests for checking variant properties
Diffstat (limited to 'tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml')
-rw-r--r-- | tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml b/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml index 8909675..fb2aab8 100644 --- a/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml +++ b/tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml @@ -2,6 +2,7 @@ <node> <interface name="com.trolltech.QtDBus.Pinger"> <property name="stringProp" type="s" access="readwrite"/> + <property name="variantProp" type="v" access="readwrite"/> <property name="complexProp" type="(s)" access="readwrite"> <annotation name="com.trolltech.QtDBus.QtTypeName" value="RegisteredType"/> </property> |