QmlJSTools: Modernize

modernize-*

Change-Id: Ifc270455ab7500d18798ac0130744662ad3303fb
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-24 10:22:37 +01:00
parent cd9ab31093
commit 134bb1b8b6
17 changed files with 56 additions and 73 deletions

View File

@@ -35,11 +35,9 @@
using namespace QmlJSEditor;
using namespace Internal;
Indenter::Indenter()
{}
Indenter::Indenter() = default;
Indenter::~Indenter()
{}
Indenter::~Indenter() = default;
bool Indenter::isElectricCharacter(const QChar &ch) const
{