summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman/qofonoservice_linux_p.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2013-02-19 19:16:20 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-20 02:18:35 (GMT)
commitbe81e1e2e49db99f709273079680e4026e9e77b6 (patch)
tree6af5a97c33635ed4285aff83e7e4e1b305b39d7f /src/plugins/bearer/connman/qofonoservice_linux_p.h
parent7a9c6c1de3467faa534ce7aa6e1b065691aea662 (diff)
downloadQt-be81e1e2e49db99f709273079680e4026e9e77b6.zip
Qt-be81e1e2e49db99f709273079680e4026e9e77b6.tar.gz
Qt-be81e1e2e49db99f709273079680e4026e9e77b6.tar.bz2
update ofono API
back ported from sha 539a024819a5f696b8afe899108b409f2b77549c Change-Id: I3b4eac82c8d16076dc1987780512dcd93925e0b4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/bearer/connman/qofonoservice_linux_p.h')
-rw-r--r--src/plugins/bearer/connman/qofonoservice_linux_p.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/bearer/connman/qofonoservice_linux_p.h b/src/plugins/bearer/connman/qofonoservice_linux_p.h
index 83cca47..30415d3 100644
--- a/src/plugins/bearer/connman/qofonoservice_linux_p.h
+++ b/src/plugins/bearer/connman/qofonoservice_linux_p.h
@@ -88,6 +88,14 @@ QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
+struct ObjectPathProperties
+{
+ QDBusObjectPath path;
+ QVariantMap properties;
+};
+typedef QList<ObjectPathProperties> PathPropertiesList;
+Q_DECLARE_METATYPE(ObjectPathProperties)
+Q_DECLARE_METATYPE (PathPropertiesList)
QT_BEGIN_NAMESPACE