From c422b81316ca6c8994cb0be5fdec5963f7c32e8e Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 19 May 2016 12:25:16 +0200 Subject: Move completion settings page to TextEditor plugin. Change-Id: I12b7828d23d599e5903237d0cc2a3c0440e1b07d Reviewed-by: Nikolai Kosjar Reviewed-by: Leena Miettinen --- src/plugins/cpptools/cpptoolssettings.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/plugins/cpptools/cpptoolssettings.h') diff --git a/src/plugins/cpptools/cpptoolssettings.h b/src/plugins/cpptools/cpptoolssettings.h index bb5234f2dc..e36956be1a 100644 --- a/src/plugins/cpptools/cpptoolssettings.h +++ b/src/plugins/cpptools/cpptoolssettings.h @@ -29,10 +29,13 @@ #include +namespace TextEditor { +class CommentsSettings; +} + namespace CppTools { class CppCodeStylePreferences; -class CommentsSettings; namespace Internal { @@ -54,8 +57,8 @@ public: CppCodeStylePreferences *cppCodeStyle() const; - const CommentsSettings &commentsSettings() const; - void setCommentsSettings(const CommentsSettings &commentsSettings); + const TextEditor::CommentsSettings &commentsSettings() const; + void setCommentsSettings(const TextEditor::CommentsSettings &commentsSettings); bool sortedEditorDocumentOutline() const; void setSortedEditorDocumentOutline(bool sorted); -- cgit v1.2.1