Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * qt/qdbusreply.h: Add default constructor and operator= | Thiago Macieira | 2006-04-23 | 1 | -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 Macieira | 2006-03-28 | 1 | -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. |