summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/texturesurface/topographicseries.cpp
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2021-01-28 12:16:28 +0200
committerTomi Korpipaa <tomi.korpipaa@qt.io>2021-01-28 12:26:47 +0200
commit587d44e8077196ed4aa3df1484e69adcba2dc268 (patch)
tree2c1e1256a1573cb609418c735868a44f568828d1 /examples/datavisualization/texturesurface/topographicseries.cpp
parent2ee3f2cd5b860a6b030cffc54907d6f09ea572f4 (diff)
Remove custom namespace
Fixes: QTBUG-90400 Change-Id: Ia2f1974a21112bad97724717d073d367c4413a7f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'examples/datavisualization/texturesurface/topographicseries.cpp')
-rw-r--r--examples/datavisualization/texturesurface/topographicseries.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/datavisualization/texturesurface/topographicseries.cpp b/examples/datavisualization/texturesurface/topographicseries.cpp
index 0495756e..01b6625b 100644
--- a/examples/datavisualization/texturesurface/topographicseries.cpp
+++ b/examples/datavisualization/texturesurface/topographicseries.cpp
@@ -29,8 +29,6 @@
#include "topographicseries.h"
-using namespace QtDataVisualization;
-
//! [0]
// Value used to encode height data as RGB value on PNG file
const float packingFactor = 11983.0f;