summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-01-14 12:04:50 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-01-14 11:19:22 +0000
commit46bf07baaee9520c8128f7602b16ef33b7694bec (patch)
tree4d086b49ecb6056cb6856c84c5d245920d0febfe
parent80e61853071de837416d80a203d6ed188b10b221 (diff)
Fix namespaced build of markdowneditor example
Change-Id: Iff50511b06962d02e2a69ee47f1f0df82425dc2d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--examples/webenginewidgets/markdowneditor/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/webenginewidgets/markdowneditor/mainwindow.h b/examples/webenginewidgets/markdowneditor/mainwindow.h
index 6099f1f79..c065fa685 100644
--- a/examples/webenginewidgets/markdowneditor/mainwindow.h
+++ b/examples/webenginewidgets/markdowneditor/mainwindow.h
@@ -47,9 +47,11 @@
#include <QMainWindow>
#include <QString>
+QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
+QT_END_NAMESPACE
class MainWindow : public QMainWindow
{