Coco: remove unused parameter

Change-Id: If4af2b10df1260d6f3806a5f1f6f1a442609f8d5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2022-06-16 12:31:42 +02:00
parent 21e254baca
commit 677a8fe34a

View File

@@ -194,7 +194,7 @@ public:
}
private:
void fontSettingsChanged(const TextEditor::FontSettings &fontSettings)
void fontSettingsChanged()
{
forAllMarks([](TextEditor::TextMark *mark){
static_cast<CocoTextMark *>(mark)->updateAnnotationColor();