summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmloscilloscope/datasource.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-03-11 11:44:28 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-04-01 11:31:55 +0300
commit7b74d88b3f3df27d3f74e88e2ceed75b65bce2e5 (patch)
treeff045779a4a4ef4f9a94170e2140b581ae6181e5 /examples/charts/qmloscilloscope/datasource.h
parent7a4cd1d34c0861cde1ba49e8aca7d30810e2d812 (diff)
Fix compilation with namespaced Qt.
Change-Id: I359bbf5c89bd23bb1b6db1aeed8a2a4aa2ca12bf Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
Diffstat (limited to 'examples/charts/qmloscilloscope/datasource.h')
-rw-r--r--examples/charts/qmloscilloscope/datasource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/charts/qmloscilloscope/datasource.h b/examples/charts/qmloscilloscope/datasource.h
index 60297008..16c17248 100644
--- a/examples/charts/qmloscilloscope/datasource.h
+++ b/examples/charts/qmloscilloscope/datasource.h
@@ -22,7 +22,9 @@
#include <QtCore/QObject>
#include <QtCharts/QAbstractSeries>
+QT_BEGIN_NAMESPACE
class QQuickView;
+QT_END_NAMESPACE
QT_CHARTS_USE_NAMESPACE