mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 08:15:30 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -37,7 +37,7 @@ void tst_BenchlibCounting::failingBenchmark()
|
||||
QTEST_MAIN_WRAPPER(tst_BenchlibCounting,
|
||||
std::vector<const char*> args(argv, argv + argc);
|
||||
args.push_back("-eventcounter");
|
||||
argc = args.size();
|
||||
argc = int(args.size());
|
||||
argv = const_cast<char**>(&args[0]);
|
||||
QTEST_MAIN_SETUP())
|
||||
|
||||
|
Reference in New Issue
Block a user