From b461ac36edee0b5d68177072256e18bf30b1fead Mon Sep 17 00:00:00 2001 From: Jan Murawski Date: Wed, 6 Dec 2017 15:21:34 +0100 Subject: [PATCH] Add command line switch to help output Add the command line switch added in change 184c5470f534119b27c1a4caec29d699aba9c234 on qtdeclarative to the help output of the qmltestrunner application. Change-Id: I9f42719500e0039afa6a5b0f1f365611855229b3 Reviewed-by: Alex Blasche --- src/testlib/qtestcase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 8f8bb83f117..e8525a55750 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -583,6 +583,7 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, char *argv[], bool qml) " -plugins dir : Specify a directory where to search for plugins.\n" " -input dir/file : Specify the root directory for test cases or a single test case file.\n" " -translation file : Specify the translation file.\n" + " -file-selector dir : Specify a file selector for the QML engine.\n" ); }