aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatglobalconfigwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangformat/clangformatglobalconfigwidget.h')
-rw-r--r--src/plugins/clangformat/clangformatglobalconfigwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/clangformat/clangformatglobalconfigwidget.h b/src/plugins/clangformat/clangformatglobalconfigwidget.h
index 063c82852a3..7b2d6fe7c9c 100644
--- a/src/plugins/clangformat/clangformatglobalconfigwidget.h
+++ b/src/plugins/clangformat/clangformatglobalconfigwidget.h
@@ -5,6 +5,8 @@
#include <cppeditor/cppcodestylesettingspage.h>
+#include <utils/guard.h>
+
#include <memory>
QT_BEGIN_NAMESPACE
@@ -40,6 +42,8 @@ private:
ProjectExplorer::Project *m_project;
TextEditor::ICodeStylePreferences *m_codeStyle;
+ Utils::Guard m_ignoreChanges;
+ bool m_overrideDefaultFile;
QLabel *m_projectHasClangFormat;
QLabel *m_formattingModeLabel;