summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/logvalueaxis/qlogvalueaxis.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 /src/charts/axis/logvalueaxis/qlogvalueaxis.h
parent7a4cd1d34c0861cde1ba49e8aca7d30810e2d812 (diff)
Fix compilation with namespaced Qt.
Change-Id: I359bbf5c89bd23bb1b6db1aeed8a2a4aa2ca12bf Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
Diffstat (limited to 'src/charts/axis/logvalueaxis/qlogvalueaxis.h')
-rw-r--r--src/charts/axis/logvalueaxis/qlogvalueaxis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/axis/logvalueaxis/qlogvalueaxis.h b/src/charts/axis/logvalueaxis/qlogvalueaxis.h
index 6b739860..d1f26fd9 100644
--- a/src/charts/axis/logvalueaxis/qlogvalueaxis.h
+++ b/src/charts/axis/logvalueaxis/qlogvalueaxis.h
@@ -21,7 +21,9 @@
#include <QtCharts/QAbstractAxis>
+QT_BEGIN_NAMESPACE
class QDateTime;
+QT_END_NAMESPACE
QT_CHARTS_BEGIN_NAMESPACE