aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/completionsettingspage.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-08-03 13:29:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-08-07 08:38:59 +0000
commite421ca97a17d0e6e3474333d1b7962e31ae487e0 (patch)
treeddf3bfc8fbe7f5bef20757b18fa7f0e0cb2b3c84 /src/plugins/texteditor/completionsettingspage.h
parent68fbfe671c7c8f520c652a8050a2f7680cb40853 (diff)
TextEditor: Introduce dedicated comments settings page
We will soon add more comments settings. Change-Id: I91798b9d1071acefda70db523dcc72fdc2480cd7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/completionsettingspage.h')
-rw-r--r--src/plugins/texteditor/completionsettingspage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/texteditor/completionsettingspage.h b/src/plugins/texteditor/completionsettingspage.h
index e3921348a3..286f250803 100644
--- a/src/plugins/texteditor/completionsettingspage.h
+++ b/src/plugins/texteditor/completionsettingspage.h
@@ -3,7 +3,6 @@
#pragma once
-#include "commentssettings.h"
#include "completionsettings.h"
#include <coreplugin/dialogs/ioptionspage.h>
@@ -17,12 +16,10 @@ public:
CompletionSettingsPage();
const CompletionSettings &completionSettings() const;
- const CommentsSettings &commentsSettings() const;
private:
friend class CompletionSettingsPageWidget;
- CommentsSettings m_commentsSettings;
CompletionSettings m_completionSettings;
};