Autotest: Add ITestParser::supportedExtensions

Change-Id: I3bb0f9b2a989cc4c9b4f6ae95d36308bc192158d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-01-17 12:09:18 +01:00
parent 73c2c86c61
commit ab4689fbcb
3 changed files with 7 additions and 2 deletions

View File

@@ -25,11 +25,11 @@
#include <QFutureInterface>
#include <QLoggingCategory>
static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.testcodeparser", QtWarningMsg)
namespace Autotest {
namespace Internal {
Q_LOGGING_CATEGORY(LOG, "qtc.autotest.testcodeparser", QtWarningMsg)
using namespace ProjectExplorer;
TestCodeParser::TestCodeParser()