mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QDBusMessagePrivate::timeout member
upstream commit:
5c4390cc4b
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e92e3fed8e
commit
1ed620f4f4
2 changed files with 2 additions and 3 deletions
|
@ -40,7 +40,7 @@ static inline const char *data(const QByteArray &arr)
|
|||
|
||||
QDBusMessagePrivate::QDBusMessagePrivate()
|
||||
: msg(0), reply(0), type(DBUS_MESSAGE_TYPE_INVALID),
|
||||
timeout(-1), localReply(0), ref(1), delayedReply(false), localMessage(false),
|
||||
localReply(0), ref(1), delayedReply(false), localMessage(false),
|
||||
autoStartService(true), parametersValidated(false)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -59,10 +59,9 @@ public:
|
|||
|
||||
DBusMessage *msg;
|
||||
DBusMessage *reply;
|
||||
int type;
|
||||
int timeout;
|
||||
QDBusMessage *localReply;
|
||||
QAtomicInt ref;
|
||||
int type;
|
||||
|
||||
bool delayedReply;
|
||||
bool localMessage;
|
||||
|
|
Loading…
Add table
Reference in a new issue