forked from qt-creator/qt-creator
ClangFormat: Fix applying global settings
The actual apply() method was never called for the widget. Change-Id: Idff194a36591db437cbe5695377005ed5a0b25d4 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ using namespace TextEditor;
|
||||
|
||||
CodeStyleEditor::CodeStyleEditor(ICodeStylePreferencesFactory *factory,
|
||||
ICodeStylePreferences *codeStyle, QWidget *parent)
|
||||
: QWidget(parent),
|
||||
: CodeStyleEditorWidget(parent),
|
||||
m_factory(factory),
|
||||
m_codeStyle(codeStyle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user