diff options
author | Thiago Macieira <thiago@kde.org> | 2006-02-20 13:23:11 +0000 |
---|---|---|
committer | Thiago Macieira <thiago@kde.org> | 2006-02-20 13:23:11 +0000 |
commit | 602809693a5b9a20c83a5726cee0a6426bc2a6f3 (patch) | |
tree | c5f49c66ac5984c4d26190741134dd1ceb833079 /qt/qdbusconnection_p.h | |
parent | 4dedbb498484d8f3614d84cb2cfe09d8001a1c65 (diff) |
2006-02-20 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/qdbusinterface_p.h:
* qt/qdbusinterface.cpp: Use the standard
org.freedesktop.DBus.Method.NoReply annotation for the "async"
calls instead of creating one for us.
* qt/qdbusconnection_p.h:
* qt/qdbusintegrator.cpp: Remove debugging code.
* qt/qdbusintegrator.cpp:
* qt/qdbusmessage.cpp:
* qt/qdbusmessage_p.h:
* qt/qdbusmessage.h: Change the behaviour of automatic
reply-sending: now a reply is always sent, unless the caller
didn't request one or if the user slot has already sent one.
Diffstat (limited to 'qt/qdbusconnection_p.h')
-rw-r--r-- | qt/qdbusconnection_p.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qt/qdbusconnection_p.h b/qt/qdbusconnection_p.h index fa0fdd82..cd2e48e2 100644 --- a/qt/qdbusconnection_p.h +++ b/qt/qdbusconnection_p.h @@ -180,12 +180,6 @@ class QDBusReplyWaiter: public QEventLoop public: QDBusMessage replyMsg; -#ifndef QT_NO_DEBUG - int level; - int exec(ProcessEventsFlags flags); - void exit(int = 0); -#endif - public slots: void reply(const QDBusMessage &msg); }; |