Compile fix

Amends cfe8b7ad88

Change-Id: I4a570c481cf631ee6650a5c9d3b0f0540df88671
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2022-03-14 10:31:34 +01:00
parent cfe8b7ad88
commit 67497e6bc4

View File

@@ -301,6 +301,7 @@ void tst_QtcProcess::cleanupTestCase()
Q_DECLARE_METATYPE(ProcessArgs::SplitError) Q_DECLARE_METATYPE(ProcessArgs::SplitError)
Q_DECLARE_METATYPE(Utils::OsType) Q_DECLARE_METATYPE(Utils::OsType)
Q_DECLARE_METATYPE(Utils::ProcessResult)
void tst_QtcProcess::splitArgs_data() void tst_QtcProcess::splitArgs_data()
{ {
@@ -990,7 +991,8 @@ void tst_QtcProcess::runBlockingStdOut_data()
// calls the callback handler and tries to stop the process forcefully what is no-op // calls the callback handler and tries to stop the process forcefully what is no-op
// at this point in time since the process is already finished. // at this point in time since the process is already finished.
QTest::newRow("Long timeout without end of line") QTest::newRow("Long timeout without end of line")
<< false << 20 << ProcessResult::FinishedWithSuccess;} << false << 20 << ProcessResult::FinishedWithSuccess;
}
void tst_QtcProcess::runBlockingStdOut() void tst_QtcProcess::runBlockingStdOut()
{ {