summaryrefslogtreecommitdiffstats
path: root/src/tools/testrunner/testrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/testrunner/testrunner.h')
-rw-r--r--src/tools/testrunner/testrunner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/testrunner/testrunner.h b/src/tools/testrunner/testrunner.h
index 5cc1a50d..00d2240c 100644
--- a/src/tools/testrunner/testrunner.h
+++ b/src/tools/testrunner/testrunner.h
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Luxoft Application Manager.
+** This file is part of the Qt Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE_AM
class TestRunner
{
public:
- static void initialize(const QStringList &testRunnerArguments);
+ static void initialize(const QString &testFile, const QStringList &testRunnerArguments);
static int exec(QQmlEngine *engine);
};