From 2b1c8aa8777bfacb2d65cf137b45be86b58ef3cf Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 27 May 2019 16:09:44 +0200 Subject: ProjectExplorer: Introduce a alias for QList Change-Id: I91391ad22b420926b0f512cac23cfe009048b218 Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/outputparser_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/projectexplorer/outputparser_test.cpp') diff --git a/src/plugins/projectexplorer/outputparser_test.cpp b/src/plugins/projectexplorer/outputparser_test.cpp index cb2a9772c3..ee7207f05f 100644 --- a/src/plugins/projectexplorer/outputparser_test.cpp +++ b/src/plugins/projectexplorer/outputparser_test.cpp @@ -43,7 +43,7 @@ OutputParserTester::OutputParserTester() = default; // test functions: void OutputParserTester::testParsing(const QString &lines, Channel inputChannel, - QList tasks, + Tasks tasks, const QString &childStdOutLines, const QString &childStdErrLines, const QString &outputLines) -- cgit v1.2.3