diff options
author | Michael BrĂ¼ning <michael.bruning@digia.com> | 2013-09-16 16:02:22 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-17 12:18:24 +0200 |
commit | 57f8c26c77095d2dc7c5b67f33444add7e7d181a (patch) | |
tree | 1d601f7b49a18793b552588218ba9c075b70dab3 /lib/widgets/Api/qwebenginepage.h | |
parent | e0a9f95d5b710664b115a99317fcabd7950686c7 (diff) | |
download | qtwebengine-57f8c26c77095d2dc7c5b67f33444add7e7d181a.tar.gz |
Add Qt namespace macros QtWebEngine classes.
This should enable namespaced builds of Qt and QtWebEngine.
Change-Id: I4c9d506d864b42a346026b980dcf3777b9680957
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'lib/widgets/Api/qwebenginepage.h')
-rw-r--r-- | lib/widgets/Api/qwebenginepage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/Api/qwebenginepage.h b/lib/widgets/Api/qwebenginepage.h index 808ce8435..2ac0b9dc6 100644 --- a/lib/widgets/Api/qwebenginepage.h +++ b/lib/widgets/Api/qwebenginepage.h @@ -35,7 +35,6 @@ QT_BEGIN_NAMESPACE class QUndoStack; class QMenu; class QPrinter; -QT_END_NAMESPACE // FIXME: Just forward-declare the to-be-removed frame and element classes for now. // Referencing calls should be ported to be page-friendly or removed individually. @@ -560,4 +559,6 @@ private: Q_DECLARE_OPERATORS_FOR_FLAGS(QWebEnginePage::FindFlags); Q_DECLARE_OPERATORS_FOR_FLAGS(QWebEnginePage::RenderLayers); +QT_END_NAMESPACE + #endif // QWEBENGINEPAGE_H |