From 88f333267f466bf579a2d75f15f4f766a681735b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 25 Feb 2011 15:27:13 +0100 Subject: Fix Krazy code scanning tool warnings (QString, loops, spelling). --- src/plugins/projectexplorer/outputparser_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 19e85c970c..9bbf21937d 100644 --- a/src/plugins/projectexplorer/outputparser_test.cpp +++ b/src/plugins/projectexplorer/outputparser_test.cpp @@ -171,10 +171,10 @@ void OutputParserTester::taskAdded(const ProjectExplorer::Task &task) void OutputParserTester::reset() { - m_receivedStdErrChildLine = QString(); - m_receivedStdOutChildLine = QString(); + m_receivedStdErrChildLine.clear(); + m_receivedStdOutChildLine.clear(); m_receivedTasks.clear(); - m_receivedOutput = QString(); + m_receivedOutput.clear(); } #endif -- cgit v1.2.3