summaryrefslogtreecommitdiffstats
path: root/qt/qdbusinterface.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-05-29 18:17:09 +0000
committerThiago Macieira <thiago@kde.org>2006-05-29 18:17:09 +0000
commit26ab02e91671548e2b55a16bb953b3d9e0a82497 (patch)
tree6618b0255fc1fc8c6b56ec3e9e13e0eea7aecccb /qt/qdbusinterface.h
parent5bc9dc5cf03d05feb62f0e28e2d5e04faf33610b (diff)
* qt/*: Update the QtDBus bindings up to revision 546310 in
Subversion. This adds the dbuscpp2xml tool, that parses a C++ header and outputs a D-BUS Introspection XML.
Diffstat (limited to 'qt/qdbusinterface.h')
-rw-r--r--qt/qdbusinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qdbusinterface.h b/qt/qdbusinterface.h
index 2e16e5ce..716ca8ac 100644
--- a/qt/qdbusinterface.h
+++ b/qt/qdbusinterface.h
@@ -35,7 +35,6 @@ private:
public:
~QDBusInterface();
- bool isValid() const;
virtual const QMetaObject *metaObject() const;
virtual void *qt_metacast(const char *);
@@ -43,6 +42,7 @@ public:
private:
Q_DECLARE_PRIVATE(QDBusInterface);
+ Q_DISABLE_COPY(QDBusInterface)
};
struct QDBUS_EXPORT QDBusInterfacePtr