Commit 134974f6 authored by Christian Strømme's avatar Christian Strømme Committed by Christian Stromme
Browse files

Add missing begin/end namepace macros


Change-Id: Ia656aacc021fc063a1ed87acc02cccba1cc9edf7
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
Showing with 6 additions and 0 deletions
......@@ -44,6 +44,8 @@
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickitemchangelistener_p.h>
QT_BEGIN_NAMESPACE
static const QQuickItemPrivate::ChangeTypes changeMask = QQuickItemPrivate::Geometry
| QQuickItemPrivate::Children
| QQuickItemPrivate::Parent;
......@@ -232,3 +234,5 @@ void QQuickViewController::onSceneGraphInvalidated()
m_view->setVisible(false);
}
QT_END_NAMESPACE
......@@ -82,4 +82,6 @@ public:
int callbackId) = 0;
};
QT_END_NAMESPACE
#endif // QWEBVIEWINTERFACE_H
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment