src/dbus/qdbusargument_p.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    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