forked from qt-creator/qt-creator
CppEditor: Move FollowSymbolTest into the Tests namespace
This is now possible, as there is no ambiguity anymore regarding the TestDocument class. Change-Id: I6f736a5790d2eab1c82f5429a9292aa9d7bcda56 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -402,10 +402,10 @@ QVector<QObject *> CppEditorPlugin::createTestObjects() const
|
||||
{
|
||||
return {
|
||||
#ifdef WITH_TESTS
|
||||
new FollowSymbolTest,
|
||||
new Tests::AutoCompleterTest,
|
||||
new Tests::DoxygenTest,
|
||||
new Tests::FileAndTokenActionsTest,
|
||||
new Tests::FollowSymbolTest,
|
||||
new Tests::IncludeHierarchyTest,
|
||||
new Tests::InsertVirtualMethodsTest,
|
||||
new Tests::QuickfixTest,
|
||||
|
||||
Reference in New Issue
Block a user