From 171644cb47b97546ef3f78a7ad0f43d0d52cc332 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 31 Dec 2014 16:48:17 -0200 Subject: 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 --- src/dbus/qdbusmessage_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus/qdbusmessage_p.h') 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; -- cgit v1.2.3