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;
|
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(); }
|
virtual void reset() override { m_start.removeSelectedText(); }
|
||||||
|
|
||||||
|
@@ -144,8 +144,8 @@ QtcPlugin {
|
|||||||
"texteditorsettings.cpp",
|
"texteditorsettings.cpp",
|
||||||
"texteditorsettings.h",
|
"texteditorsettings.h",
|
||||||
"texteditortr.h",
|
"texteditortr.h",
|
||||||
"textesuggestion.cpp",
|
"textsuggestion.cpp",
|
||||||
"textesuggestion.h",
|
"textsuggestion.h",
|
||||||
"textindenter.cpp",
|
"textindenter.cpp",
|
||||||
"textindenter.h",
|
"textindenter.h",
|
||||||
"textmark.cpp",
|
"textmark.cpp",
|
||||||
|
Reference in New Issue
Block a user