forked from qt-creator/qt-creator
AutoTest: Use ITestFramework * instead of its id in some cases
Change-Id: Ic327e31185247b6479c78af8bf8156f44bb4bdfb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -30,11 +30,14 @@
|
||||
namespace Core { class Id; }
|
||||
|
||||
namespace Autotest {
|
||||
|
||||
class ITestFramework;
|
||||
|
||||
namespace Internal {
|
||||
namespace QuickTestUtils {
|
||||
|
||||
bool isQuickTestMacro(const QByteArray ¯o);
|
||||
QHash<QString, QString> proFilesForQmlFiles(const Core::Id &id, const QStringList &files);
|
||||
QHash<QString, QString> proFilesForQmlFiles(ITestFramework *framework, const QStringList &files);
|
||||
|
||||
} // namespace QuickTestUtils
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user