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:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "cppeditortestcase.h"
|
||||
|
||||
#include <cpptools/commentssettings.h>
|
||||
#include <texteditor/commentssettings.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
@@ -58,10 +58,10 @@ private:
|
||||
void verifyCleanState() const;
|
||||
void runTest(const QByteArray &original,
|
||||
const QByteArray &expected,
|
||||
CppTools::CommentsSettings *settings = 0,
|
||||
TextEditor::CommentsSettings *settings = 0,
|
||||
const TestDocuments &includedHeaderDocuments = TestDocuments());
|
||||
|
||||
QScopedPointer<CppTools::CommentsSettings> oldSettings;
|
||||
QScopedPointer<TextEditor::CommentsSettings> oldSettings;
|
||||
};
|
||||
|
||||
} // namespace Tests
|
||||
|
||||
Reference in New Issue
Block a user