summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusmessage_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-31 16:48:17 -0200
committerThiago Macieira <thiago.macieira@intel.com>2015-01-06 19:41:43 +0100
commit171644cb47b97546ef3f78a7ad0f43d0d52cc332 (patch)
treec2797d64261a27d03f67f8bc5cdf06794b4ad216 /src/dbus/qdbusmessage_p.h
parent2e2cf8a54954ac7cb1ce4929f9861978228e7bf6 (diff)
Make QDBusMessage store its own message type
Instead of the libdbus-1 constants. Though they're exactly the same because they are based on the protocol wire format, so this is technically a no-op change. Change-Id: Ia2c638c4b508497ca693afd9c76e60ba9245f5e7 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/dbus/qdbusmessage_p.h')
-rw-r--r--src/dbus/qdbusmessage_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qdbusmessage_p.h b/src/dbus/qdbusmessage_p.h
index 08f6d4bbfa..d2f85c3637 100644
--- a/src/dbus/qdbusmessage_p.h
+++ b/src/dbus/qdbusmessage_p.h
@@ -72,7 +72,7 @@ public:
DBusMessage *msg;
DBusMessage *reply;
- int type;
+ QDBusMessage::MessageType type;
int timeout;
mutable QDBusMessage *localReply;
QAtomicInt ref;