forked from qt-creator/qt-creator
QmlJSTools: Modernize
modernize-* Change-Id: Ifc270455ab7500d18798ac0130744662ad3303fb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user