diff options
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditoractionhandler.cpp')
-rw-r--r-- | src/plugins/qmljseditor/qmljseditoractionhandler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qmljseditor/qmljseditoractionhandler.cpp b/src/plugins/qmljseditor/qmljseditoractionhandler.cpp index 3c03e0ca7f..0eb155575a 100644 --- a/src/plugins/qmljseditor/qmljseditoractionhandler.cpp +++ b/src/plugins/qmljseditor/qmljseditoractionhandler.cpp @@ -43,8 +43,7 @@ namespace QmlJSEditor { namespace Internal { QmlJSEditorActionHandler::QmlJSEditorActionHandler() - : TextEditor::TextEditorActionHandler(QLatin1String(QmlJSEditor::Constants::C_QMLJSEDITOR_ID), - Format) + : TextEditor::TextEditorActionHandler(QmlJSEditor::Constants::C_QMLJSEDITOR_ID, Format) { } |