aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/completionsettingspage.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-07-25 15:06:51 +0200
committerhjk <hjk@qt.io>2022-07-26 06:52:31 +0000
commite9a13d83a4745b3ea3959c26a591cc9ece61ceac (patch)
treeeaf59a4eb9b008b418ad3abb8c720a0a418a6c3f /src/plugins/texteditor/completionsettingspage.h
parentc7f59ec188a3c5bc782439c0244aa0373e612cf3 (diff)
TextEditor: inline completionsettingspage.ui
Change-Id: I41f9b6376b3478a7a6aa0e96ee1165f9aa94d46e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/texteditor/completionsettingspage.h')
-rw-r--r--src/plugins/texteditor/completionsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/completionsettingspage.h b/src/plugins/texteditor/completionsettingspage.h
index f06076d414..d202757c6e 100644
--- a/src/plugins/texteditor/completionsettingspage.h
+++ b/src/plugins/texteditor/completionsettingspage.h
@@ -38,8 +38,8 @@ class CompletionSettingsPage : public Core::IOptionsPage
public:
CompletionSettingsPage();
- const CompletionSettings & completionSettings();
- const CommentsSettings & commentsSettings();
+ const CompletionSettings &completionSettings() const;
+ const CommentsSettings &commentsSettings() const;
private:
friend class CompletionSettingsPageWidget;