forked from qt-creator/qt-creator
Compile fix
Amends cfe8b7ad88
Change-Id: I4a570c481cf631ee6650a5c9d3b0f0540df88671
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -301,6 +301,7 @@ void tst_QtcProcess::cleanupTestCase()
|
||||
|
||||
Q_DECLARE_METATYPE(ProcessArgs::SplitError)
|
||||
Q_DECLARE_METATYPE(Utils::OsType)
|
||||
Q_DECLARE_METATYPE(Utils::ProcessResult)
|
||||
|
||||
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
|
||||
// at this point in time since the process is already finished.
|
||||
QTest::newRow("Long timeout without end of line")
|
||||
<< false << 20 << ProcessResult::FinishedWithSuccess;}
|
||||
<< false << 20 << ProcessResult::FinishedWithSuccess;
|
||||
}
|
||||
|
||||
void tst_QtcProcess::runBlockingStdOut()
|
||||
{
|
||||
|
Reference in New Issue
Block a user