aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/qtest/qttest_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/qtest/qttest_utils.h')
-rw-r--r--src/plugins/autotest/qtest/qttest_utils.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/autotest/qtest/qttest_utils.h b/src/plugins/autotest/qtest/qttest_utils.h
index 23820c05d9..b1156ff7ee 100644
--- a/src/plugins/autotest/qtest/qttest_utils.h
+++ b/src/plugins/autotest/qtest/qttest_utils.h
@@ -27,16 +27,18 @@
#include <QHash>
-namespace Core { class Id; }
namespace Utils { class Environment; }
namespace Autotest {
+
+class ITestFramework;
+
namespace Internal {
namespace QTestUtils {
bool isQTestMacro(const QByteArray &macro);
-QHash<QString, QString> testCaseNamesForFiles(const Core::Id &id, const QStringList &files);
-QMultiHash<QString, QString> alternativeFiles(const Core::Id &id, const QStringList &files);
+QHash<QString, QString> testCaseNamesForFiles(ITestFramework *framework, const QStringList &files);
+QMultiHash<QString, QString> alternativeFiles(ITestFramework *framework, const QStringList &files);
QStringList filterInterfering(const QStringList &provided, QStringList *omitted, bool isQuickTest);
Utils::Environment prepareBasicEnvironment(const Utils::Environment &env);