summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-06-21 18:05:37 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-06-21 18:05:37 +0200
commit56ac9b2c3e0ef8e1d57ecda09e0ffeb1927293b2 (patch)
tree55b71b9a2b1fa0cfd71d4a2766717f2b64615bbf /tools
parent986955efcc108b33321e7175fc8ffd6a28d0568d (diff)
we only can create the instance here
Diffstat (limited to 'tools')
-rw-r--r--tools/operationrunner/operationrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/operationrunner/operationrunner.cpp b/tools/operationrunner/operationrunner.cpp
index b5ddfd99c..99d404962 100644
--- a/tools/operationrunner/operationrunner.cpp
+++ b/tools/operationrunner/operationrunner.cpp
@@ -107,7 +107,7 @@ int main(int argc, char **argv)
QInstaller::init();
- QInstaller::VerboseWriter::instance()->setOutputStream(app.arguments().at(0) + QLatin1String(".txt"));
+ QInstaller::VerboseWriter::instance();
QInstaller::setVerbose( true );