equal
deleted
inserted
replaced
60 class QDBusConnection; |
60 class QDBusConnection; |
61 class QDBusError; |
61 class QDBusError; |
62 class QDBusPendingCallWatcher; |
62 class QDBusPendingCallWatcher; |
63 |
63 |
64 class QDBusPendingCallPrivate; |
64 class QDBusPendingCallPrivate; |
65 class QDBUS_EXPORT QDBusPendingCall |
65 class Q_DBUS_EXPORT QDBusPendingCall |
66 { |
66 { |
67 public: |
67 public: |
68 QDBusPendingCall(const QDBusPendingCall &other); |
68 QDBusPendingCall(const QDBusPendingCall &other); |
69 ~QDBusPendingCall(); |
69 ~QDBusPendingCall(); |
70 QDBusPendingCall &operator=(const QDBusPendingCall &other); |
70 QDBusPendingCall &operator=(const QDBusPendingCall &other); |
94 private: |
94 private: |
95 QDBusPendingCall(); // not defined |
95 QDBusPendingCall(); // not defined |
96 }; |
96 }; |
97 |
97 |
98 class QDBusPendingCallWatcherPrivate; |
98 class QDBusPendingCallWatcherPrivate; |
99 class QDBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall |
99 class Q_DBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall |
100 { |
100 { |
101 Q_OBJECT |
101 Q_OBJECT |
102 public: |
102 public: |
103 QDBusPendingCallWatcher(const QDBusPendingCall &call, QObject *parent = 0); |
103 QDBusPendingCallWatcher(const QDBusPendingCall &call, QObject *parent = 0); |
104 ~QDBusPendingCallWatcher(); |
104 ~QDBusPendingCallWatcher(); |