diff options
Diffstat (limited to 'src/webchannel/signalhandler_p.h')
-rw-r--r-- | src/webchannel/signalhandler_p.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webchannel/signalhandler_p.h b/src/webchannel/signalhandler_p.h index 5acea8a..0d8678c 100644 --- a/src/webchannel/signalhandler_p.h +++ b/src/webchannel/signalhandler_p.h @@ -48,6 +48,8 @@ #include <QMetaMethod> #include <QDebug> +QT_BEGIN_NAMESPACE + static const int s_destroyedSignalIndex = QObject::staticMetaObject.indexOfMethod("destroyed(QObject*)"); /** @@ -286,4 +288,6 @@ void SignalHandler<Receiver>::clear() m_signalArgumentTypes[&QObject::staticMetaObject] = keep; } +QT_END_NAMESPACE + #endif // SIGNALHANDLER_H |