forked from qt-creator/qt-creator
ProjectExplorer: Use correct guard in connect
Change-Id: I1784de2914d1c930c0b38fb3919cb8cfdc97dcf0 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -454,9 +454,9 @@ void AppOutputPane::createNewOutputWindow(RunControl *rc)
|
|||||||
tab.window->setFontZoom(fontZoom);
|
tab.window->setFontZoom(fontZoom);
|
||||||
});
|
});
|
||||||
connect(TextEditor::TextEditorSettings::instance(), &TextEditor::TextEditorSettings::fontSettingsChanged,
|
connect(TextEditor::TextEditorSettings::instance(), &TextEditor::TextEditorSettings::fontSettingsChanged,
|
||||||
this, updateFontSettings);
|
ow, updateFontSettings);
|
||||||
connect(TextEditor::TextEditorSettings::instance(), &TextEditor::TextEditorSettings::behaviorSettingsChanged,
|
connect(TextEditor::TextEditorSettings::instance(), &TextEditor::TextEditorSettings::behaviorSettingsChanged,
|
||||||
this, updateBehaviorSettings);
|
ow, updateBehaviorSettings);
|
||||||
|
|
||||||
auto *agg = new Aggregation::Aggregate;
|
auto *agg = new Aggregation::Aggregate;
|
||||||
agg->add(ow);
|
agg->add(ow);
|
||||||
|
Reference in New Issue
Block a user