src/dbus/qdbusconnectioninterface.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    60 class QByteArray;
    60 class QByteArray;
    61 
    61 
    62 /*
    62 /*
    63  * Proxy class for interface org.freedesktop.DBus
    63  * Proxy class for interface org.freedesktop.DBus
    64  */
    64  */
    65 class QDBUS_EXPORT QDBusConnectionInterface: public QDBusAbstractInterface
    65 class Q_DBUS_EXPORT QDBusConnectionInterface: public QDBusAbstractInterface
    66 {
    66 {
    67     Q_OBJECT
    67     Q_OBJECT
    68     Q_ENUMS(ServiceQueueOptions ServiceReplacementOptions RegisterServiceReply)
    68     Q_ENUMS(ServiceQueueOptions ServiceReplacementOptions RegisterServiceReply)
    69     friend class QDBusConnectionPrivate;
    69     friend class QDBusConnectionPrivate;
    70     static inline const char *staticInterfaceName();
    70     static inline const char *staticInterfaceName();