summaryrefslogtreecommitdiffstats
path: root/qt/qdbusabstractinterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * qt/qdbusreply.h: Add default constructor and operator=Thiago Macieira2006-04-231-0/+22
| | | | | | | | | (r532625) * qt/qdbustypehelper_p.h: Use a clean namespace: no foreach() in public headers (r532952) * qt/qdbusabstractinterface.cpp: * qt/qdbusabstractinterface_p.h: Add the AutoDetect mode and make it the default (r532951)
* * qt/*:Thiago Macieira2006-03-281-0/+266
* dbus/qdbus.h: Sync with KDE Subversion revision 523647. Hopefully, this will be the last of the source-incompatible changes. Documentation has been improved; support for QList<basic-types> has been added; QDBusObject is gone; QDBus(Abstract)Interface is now a QObject with auto-generated meta-object; QDBusIntrospection is marked private, since QMetaObject can be used now; lots of bugfixes.