forked from qt-creator/qt-creator
TextEditor: Fix qbs build
...and silence warning.
Amends dd78b90b5c
.
Change-Id: Ifb710b4348a9d2d822e720ade159401d736867b6
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool applyLine(TextEditor::TextEditorWidget *widget) override { return false; }
|
||||
virtual bool applyLine(TextEditor::TextEditorWidget * /*widget*/) override { return false; }
|
||||
|
||||
virtual void reset() override { m_start.removeSelectedText(); }
|
||||
|
||||
|
@@ -144,8 +144,8 @@ QtcPlugin {
|
||||
"texteditorsettings.cpp",
|
||||
"texteditorsettings.h",
|
||||
"texteditortr.h",
|
||||
"textesuggestion.cpp",
|
||||
"textesuggestion.h",
|
||||
"textsuggestion.cpp",
|
||||
"textsuggestion.h",
|
||||
"textindenter.cpp",
|
||||
"textindenter.h",
|
||||
"textmark.cpp",
|
||||
|
Reference in New Issue
Block a user