summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data/qheightmapsurfacedataproxy.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:33:17 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:33:17 +0200
commit8427634773505f73ce030cf68761c4719eb03e5c (patch)
tree56d0e488e533778782b55c54aa3ab07f0d5e888d /src/datavisualization/data/qheightmapsurfacedataproxy.h
parent3fb7ce6a29ca69237c777cc65a3831768e938782 (diff)
parent364ed207af1becd2b85d93bc87d5db84624b4381 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1
Conflicts: src/datavisualization/utils/qutils.h Change-Id: Ic882590b5386697fb4af068e435704849ed5405c
Diffstat (limited to 'src/datavisualization/data/qheightmapsurfacedataproxy.h')
-rw-r--r--src/datavisualization/data/qheightmapsurfacedataproxy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datavisualization/data/qheightmapsurfacedataproxy.h b/src/datavisualization/data/qheightmapsurfacedataproxy.h
index 68c1978b..610ac483 100644
--- a/src/datavisualization/data/qheightmapsurfacedataproxy.h
+++ b/src/datavisualization/data/qheightmapsurfacedataproxy.h
@@ -50,9 +50,9 @@ class QT_DATAVISUALIZATION_EXPORT QHeightMapSurfaceDataProxy : public QSurfaceDa
Q_PROPERTY(float maxZValue READ maxZValue WRITE setMaxZValue NOTIFY maxZValueChanged)
public:
- explicit QHeightMapSurfaceDataProxy(QObject *parent = 0);
- explicit QHeightMapSurfaceDataProxy(const QImage &image, QObject *parent = 0);
- explicit QHeightMapSurfaceDataProxy(const QString &filename, QObject *parent = 0);
+ explicit QHeightMapSurfaceDataProxy(QObject *parent = Q_NULLPTR);
+ explicit QHeightMapSurfaceDataProxy(const QImage &image, QObject *parent = Q_NULLPTR);
+ explicit QHeightMapSurfaceDataProxy(const QString &filename, QObject *parent = Q_NULLPTR);
virtual ~QHeightMapSurfaceDataProxy();
void setHeightMap(const QImage &image);
@@ -79,7 +79,7 @@ Q_SIGNALS:
void maxZValueChanged(float value);
protected:
- explicit QHeightMapSurfaceDataProxy(QHeightMapSurfaceDataProxyPrivate *d, QObject *parent = 0);
+ explicit QHeightMapSurfaceDataProxy(QHeightMapSurfaceDataProxyPrivate *d, QObject *parent = Q_NULLPTR);
QHeightMapSurfaceDataProxyPrivate *dptr();
const QHeightMapSurfaceDataProxyPrivate *dptrc() const;