equal
deleted
inserted
replaced
53 // We mean it. |
53 // We mean it. |
54 // |
54 // |
55 |
55 |
56 #include <qdbusargument.h> |
56 #include <qdbusargument.h> |
57 #include "qdbus_symbols_p.h" |
57 #include "qdbus_symbols_p.h" |
|
58 |
|
59 #ifndef QT_NO_DBUS |
58 |
60 |
59 QT_BEGIN_NAMESPACE |
61 QT_BEGIN_NAMESPACE |
60 |
62 |
61 class QDBusMarshaller; |
63 class QDBusMarshaller; |
62 class QDBusDemarshaller; |
64 class QDBusDemarshaller; |
204 inline QDBusDemarshaller *QDBusArgumentPrivate::demarshaller() |
206 inline QDBusDemarshaller *QDBusArgumentPrivate::demarshaller() |
205 { return static_cast<QDBusDemarshaller *>(this); } |
207 { return static_cast<QDBusDemarshaller *>(this); } |
206 |
208 |
207 QT_END_NAMESPACE |
209 QT_END_NAMESPACE |
208 |
210 |
|
211 #endif // QT_NO_DBUS |
209 #endif |
212 #endif |