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:
Christian Stenger
2024-09-03 12:53:06 +02:00
parent 296a9cbe8a
commit 4c4ad3b567
2 changed files with 3 additions and 3 deletions

View File

@@ -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(); }

View File

@@ -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",