forked from qt-creator/qt-creator
AutoTest: Fix compile
Change-Id: I5564a0f86105dd327ddf79a63a9f880d22ae385c Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
This commit is contained in:
committed by
Oliver Wolff
parent
992f9ed222
commit
14cf100fa9
@@ -90,7 +90,7 @@ private:
|
||||
void removeAllTestItems();
|
||||
void removeFiles(const QStringList &files);
|
||||
void markForRemoval(const QString &filePath, Type type);
|
||||
void sweepChildren(TestTreeItem *item);
|
||||
bool sweepChildren(TestTreeItem *item);
|
||||
TestTreeItem *findTestTreeItemByContent(TestTreeItem *item, TestTreeItem *parent, Type type);
|
||||
|
||||
TestTreeItem *unnamedQuickTests() const;
|
||||
|
||||
Reference in New Issue
Block a user