forked from qt-creator/qt-creator
Coco: remove unused parameter
Change-Id: If4af2b10df1260d6f3806a5f1f6f1a442609f8d5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -194,7 +194,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void fontSettingsChanged(const TextEditor::FontSettings &fontSettings)
|
void fontSettingsChanged()
|
||||||
{
|
{
|
||||||
forAllMarks([](TextEditor::TextMark *mark){
|
forAllMarks([](TextEditor::TextMark *mark){
|
||||||
static_cast<CocoTextMark *>(mark)->updateAnnotationColor();
|
static_cast<CocoTextMark *>(mark)->updateAnnotationColor();
|
||||||
|
Reference in New Issue
Block a user