summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/graphgallery/topographicseries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/graphgallery/topographicseries.cpp')
-rw-r--r--examples/datavisualization/graphgallery/topographicseries.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/datavisualization/graphgallery/topographicseries.cpp b/examples/datavisualization/graphgallery/topographicseries.cpp
index d33fa6bd..ea0be77d 100644
--- a/examples/datavisualization/graphgallery/topographicseries.cpp
+++ b/examples/datavisualization/graphgallery/topographicseries.cpp
@@ -15,9 +15,7 @@ TopographicSeries::TopographicSeries()
setBaseColor(Qt::white);
}
-TopographicSeries::~TopographicSeries()
-{
-}
+TopographicSeries::~TopographicSeries() = default;
void TopographicSeries::setTopographyFile(const QString file, float width, float height)
{