aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslindenter.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-11 00:24:20 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-13 15:44:07 +0000
commit57d31b8ebc1b8c18ae01ab7f65e11269aca8aa5b (patch)
tree87023c1d7b222edd83f7d94b6c846d1547d2f4be /src/plugins/glsleditor/glslindenter.cpp
parent01d19b4f7059094019e4f861357dd54f2adbaeb7 (diff)
GlslEditor: Modernize
modernize-use-auto modernize-use-equals-default modernize-use-nullptr modernize-use-override modernize-use-using Change-Id: Ic83ce33890ef2d4916997671af6163228135b7b0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
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
{