diff --git a/src/dbus/qdbuspendingcall_p.h b/src/dbus/qdbuspendingcall_p.h index 20e8b15660..0199efb6ff 100644 --- a/src/dbus/qdbuspendingcall_p.h +++ b/src/dbus/qdbuspendingcall_p.h @@ -96,7 +96,7 @@ public: QDBusPendingCallWatcherHelper *watcherHelper; QDBusMessage replyMessage; DBusPendingCall *pending; - volatile bool waitingForFinished; + bool waitingForFinished; QString expectedReplySignature; int expectedReplyCount;