forked from qt-creator/qt-creator
AutoTest: Rename 'AutoTest*' to reflect what it is
AutoTest* is too generic within the context where it is used. This patch renames respective classes, members and string occurrences. Change-Id: Ie413e4a344ddaf7892ecf248ba486defb4b9e3ef Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "qttestparser.h"
|
||||
#include "autotesttreeitem.h"
|
||||
#include "qttesttreeitem.h"
|
||||
#include "qttestvisitors.h"
|
||||
#include "qttest_utils.h"
|
||||
#include "../autotest_utils.h"
|
||||
@@ -36,7 +36,7 @@ namespace Internal {
|
||||
|
||||
TestTreeItem *QtTestParseResult::createTestTreeItem() const
|
||||
{
|
||||
return itemType == TestTreeItem::Root ? 0 : AutoTestTreeItem::createTestItem(this);
|
||||
return itemType == TestTreeItem::Root ? 0 : QtTestTreeItem::createTestItem(this);
|
||||
}
|
||||
|
||||
static bool includesQtTest(const CPlusPlus::Document::Ptr &doc, const CPlusPlus::Snapshot &snapshot)
|
||||
|
||||
Reference in New Issue
Block a user