summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolssettings.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2016-05-19 12:25:16 +0200
committerDavid Schulz <david.schulz@theqtcompany.com>2016-05-30 07:15:03 +0000
commitc422b81316ca6c8994cb0be5fdec5963f7c32e8e (patch)
tree7d6310d023a1ed3c1413b67585e994ce4d3e224c /src/plugins/cpptools/cpptoolssettings.h
parent702fd2e62c8f480d9e8bc0be28993811680fd9cb (diff)
downloadqt-creator-c422b81316ca6c8994cb0be5fdec5963f7c32e8e.tar.gz
Move completion settings page to TextEditor plugin.
Change-Id: I12b7828d23d599e5903237d0cc2a3c0440e1b07d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolssettings.h')
-rw-r--r--src/plugins/cpptools/cpptoolssettings.h9
1 files changed, 6 insertions, 3 deletions
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 <QObject>
+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);