forked from qt-creator/qt-creator
AutoTest: Ensure that removing and adding qml files is noticed
Task-number: QTCREATORBUG-17805 Change-Id: I068f6925fc39813a504205c4ef8e8b9f9e911189 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -72,8 +72,8 @@ signals:
|
||||
void parsingFailed();
|
||||
|
||||
public:
|
||||
void emitUpdateTestTree();
|
||||
void updateTestTree();
|
||||
void emitUpdateTestTree(ITestParser *parser = nullptr);
|
||||
void updateTestTree(ITestParser *parser = nullptr);
|
||||
void onCppDocumentUpdated(const CPlusPlus::Document::Ptr &document);
|
||||
void onQmlDocumentUpdated(const QmlJS::Document::Ptr &document);
|
||||
void onStartupProjectChanged(ProjectExplorer::Project *project);
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
|
||||
private:
|
||||
bool postponed(const QStringList &fileList);
|
||||
void scanForTests(const QStringList &fileList = QStringList());
|
||||
void scanForTests(const QStringList &fileList = QStringList(), ITestParser *parser = nullptr);
|
||||
|
||||
void onDocumentUpdated(const QString &fileName);
|
||||
void onTaskStarted(Core::Id type);
|
||||
|
||||
Reference in New Issue
Block a user