diff options
author | Thiago Macieira <thiago@kde.org> | 2006-03-06 14:29:39 +0000 |
---|---|---|
committer | Thiago Macieira <thiago@kde.org> | 2006-03-06 14:29:39 +0000 |
commit | 9393d6b459d02a8508750a846bf97a69e48c97e2 (patch) | |
tree | 4cf83534dc0ea77ce63819b0358f6f72820db9bc /qt/qdbustype.h | |
parent | 305ce15e4f0568d5eeb8ca169c4fb0f77e50fcb4 (diff) |
2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/*:
* dbus/qdbus.h: Sync with KDE Subversion revision 516237. This
represents the first feature-complete version of the Qt4
bindings since I took ove maintainership.
Diffstat (limited to 'qt/qdbustype.h')
-rw-r--r-- | qt/qdbustype.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qt/qdbustype.h b/qt/qdbustype.h index c26d7c80..094f390d 100644 --- a/qt/qdbustype.h +++ b/qt/qdbustype.h @@ -45,7 +45,7 @@ public: QtNames, QVariantNames }; - + QDBusType(); explicit QDBusType(int type); explicit QDBusType(QVariant::Type type); @@ -110,9 +110,6 @@ public: bool canBeMap() const; - inline QDBusTypeList& operator<<(const QDBusType& item) - { QList<QDBusType>::operator<<(item); return *this; } - QByteArray dbusSignature() const; }; |