aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslindenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glslindenter.cpp')
-rw-r--r--src/plugins/glsleditor/glslindenter.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/glsleditor/glslindenter.cpp b/src/plugins/glsleditor/glslindenter.cpp
index a743d815f9..b2c533f1e2 100644
--- a/src/plugins/glsleditor/glslindenter.cpp
+++ b/src/plugins/glsleditor/glslindenter.cpp
@@ -38,11 +38,7 @@
namespace GlslEditor {
namespace Internal {
-GlslIndenter::GlslIndenter()
-{}
-
-GlslIndenter::~GlslIndenter()
-{}
+GlslIndenter::~GlslIndenter() = default;
bool GlslIndenter::isElectricCharacter(const QChar &ch) const
{