diff options
Diffstat (limited to 'qt/qdbusmessage.h')
| -rw-r--r-- | qt/qdbusmessage.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/qt/qdbusmessage.h b/qt/qdbusmessage.h index 6c480444..7c190c62 100644 --- a/qt/qdbusmessage.h +++ b/qt/qdbusmessage.h @@ -71,6 +71,9 @@ public:      int timeout() const;      void setTimeout(int ms); +    bool noReply() const; +    void setNoReply(bool enable); +      QString signature() const;  //protected: @@ -79,6 +82,7 @@ public:      static QDBusMessage fromError(const QDBusError& error);      int serialNumber() const;      int replySerialNumber() const; +    bool wasRepliedTo() const;  private:      QDBusMessagePrivate *d; | 
