forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user