forked from qt-creator/qt-creator
ClangFormat: Add use global settings check box for a project
Change-Id: Ie2872de3574aaad058a9fca17247db00e9559ba7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -31,6 +31,7 @@ private:
|
||||
void initCheckBoxes();
|
||||
void initIndentationOrFormattingCombobox();
|
||||
void initOverrideCheckBox();
|
||||
void initUseGlobalSettingsCheckBox();
|
||||
|
||||
bool projectClangFormatFileExists();
|
||||
|
||||
@@ -42,6 +43,7 @@ private:
|
||||
QCheckBox *m_formatWhileTyping;
|
||||
QCheckBox *m_formatOnSave;
|
||||
QCheckBox *m_overrideDefault;
|
||||
QCheckBox *m_useGlobalSettings;
|
||||
};
|
||||
|
||||
} // namespace ClangFormat
|
||||
|
||||
Reference in New Issue
Block a user