aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h')
-rw-r--r--src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h b/src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h
new file mode 100644
index 0000000000..6288c9f9f2
--- /dev/null
+++ b/src/plugins/cppeditor/quickfixes/cppquickfixsettingspage.h
@@ -0,0 +1,10 @@
+// Copyright (C) 2020 Leander Schulten <Leander.Schulten@rwth-aachen.de>
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#pragma once
+
+namespace CppEditor::Internal {
+
+void setupCppQuickFixSettings();
+
+} // CppEditor::Internal