summaryrefslogtreecommitdiff
path: root/src/qt3support/other/q3process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt3support/other/q3process.cpp')
-rw-r--r--src/qt3support/other/q3process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/other/q3process.cpp b/src/qt3support/other/q3process.cpp
index 6eac812edd..9689de987f 100644
--- a/src/qt3support/other/q3process.cpp
+++ b/src/qt3support/other/q3process.cpp
@@ -483,7 +483,7 @@ QString Q3Process::readLineStdout()
return QString();
if ( !buf->scanNewline( &a ) )
- return QString( QLatin1String(buf->readAll()) );
+ return QLatin1String(buf->readAll());
}
uint size = a.size();