aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-02-23 09:58:21 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-02-23 11:24:49 +0000
commit268ad79759f75a25b7b192fc27283a6f1f446bb0 (patch)
tree6f4e92a0b5ac17663733c7d2f4b4070932d42e0c /tests/auto/api/tst_api.h
parentb51addc3117376ad5dce3c2b2c9fe0ac3bd5befc (diff)
Give test project files consistent file names
Having multiple project files named just "project.qbs" makes switching buffers harder in IDEs. Change-Id: I847c869292815cc534f903664eb01768f73286b1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index b2ebbc336..4ee1feb18 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -136,7 +136,7 @@ private slots:
void uic();
private:
- qbs::SetupProjectParameters defaultSetupParameters(const QString &projectFilePath) const;
+ qbs::SetupProjectParameters defaultSetupParameters(const QString &projectFileOrDir) const;
qbs::ErrorInfo doBuildProject(const QString &projectFilePath,
BuildDescriptionReceiver *buildDescriptionReceiver = 0,
ProcessResultReceiver *procResultReceiver = 0,