aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppdoxygen_test.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/cppeditor/cppdoxygen_test.h
parent702fd2e62c8f480d9e8bc0be28993811680fd9cb (diff)
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/cppeditor/cppdoxygen_test.h')
-rw-r--r--src/plugins/cppeditor/cppdoxygen_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/cppdoxygen_test.h b/src/plugins/cppeditor/cppdoxygen_test.h
index 99af70ce0f..89e2681a91 100644
--- a/src/plugins/cppeditor/cppdoxygen_test.h
+++ b/src/plugins/cppeditor/cppdoxygen_test.h
@@ -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