forked from qt-creator/qt-creator
ClangFormat: Rename override checkbox
It improves the UX design of CodeStyle page. Change-Id: I4458896d6787df462de18025d292bdb481d03c89 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -87,7 +87,7 @@ private:
|
||||
|
||||
mutable CachedStyle m_cachedStyle;
|
||||
|
||||
clang::format::FormatStyle overrideStyle(const Utils::FilePath &fileName) const;
|
||||
clang::format::FormatStyle customSettingsStyle(const Utils::FilePath &fileName) const;
|
||||
TextEditor::ICodeStylePreferences *m_overriddenPreferences = nullptr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user