Autotest: Silence Msvc warning

gtestsettingspage.cpp:38: warning: C4138: '*/' found outside of comment

Change-Id: Id68e5e163623684d21d5d7e93652ef0804a46bd4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2018-04-13 16:07:10 +02:00
committed by Christian Stenger
parent ab7d8a8fc1
commit db2e962a2f

View File

@@ -35,7 +35,7 @@
namespace Autotest { namespace Autotest {
namespace Internal { namespace Internal {
static bool validateFilter(Utils::FancyLineEdit *edit, QString */*error*/) static bool validateFilter(Utils::FancyLineEdit *edit, QString * /*error*/)
{ {
return edit && GTestUtils::isValidGTestFilter(edit->text()); return edit && GTestUtils::isValidGTestFilter(edit->text());
} }