diff options
Diffstat (limited to 'src/webchannel/qqmlwebchannel.h')
-rw-r--r-- | src/webchannel/qqmlwebchannel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qqmlwebchannel.h b/src/webchannel/qqmlwebchannel.h index 3bbd2a0..96ffdd3 100644 --- a/src/webchannel/qqmlwebchannel.h +++ b/src/webchannel/qqmlwebchannel.h @@ -89,9 +89,9 @@ private: static void transports_clear(QQmlListProperty<QObject> *prop); }; +QT_END_NAMESPACE + QML_DECLARE_TYPE( QQmlWebChannel ) QML_DECLARE_TYPEINFO( QQmlWebChannel, QML_HAS_ATTACHED_PROPERTIES ) -QT_END_NAMESPACE - #endif // QQMLWEBCHANNEL_H |