summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/tabcontroller.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-01-16 23:42:54 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2012-01-17 12:05:35 +0100
commit376804db8788bfde1985b9d2bbc14af68e9c9260 (patch)
treeb9eeb78e473ce4e98087f00e625fe31350188221 /installerbuilder/installerbase/tabcontroller.cpp
parente5c477906fd506cf06ac95311a5b3512a6d85e47 (diff)
Use qDebug instead of verbose.
The message handler now forwards everything to the verbosew riter anyway. Change-Id: I822f86e8f2e2e7690a3b855ed83199d2f41dc480 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/installerbase/tabcontroller.cpp')
-rw-r--r--installerbuilder/installerbase/tabcontroller.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/installerbuilder/installerbase/tabcontroller.cpp b/installerbuilder/installerbase/tabcontroller.cpp
index 8276e37d1..b0234e93f 100644
--- a/installerbuilder/installerbase/tabcontroller.cpp
+++ b/installerbuilder/installerbase/tabcontroller.cpp
@@ -34,7 +34,6 @@
#include "installerbasecommons.h"
#include "settingsdialog.h"
-#include <common/utils.h>
#include <packagemanagercore.h>
#include <QtCore/QTimer>
@@ -119,8 +118,7 @@ int TabController::init()
d->m_init = true;
// this should called as early as possible, to handle error message boxes for example
if (!d->m_controlScript.isEmpty()) {
- QInstaller::verbose() << "Non-interactive installation using script: "
- << qPrintable(d->m_controlScript) << std::endl;
+ qDebug() << "Non-interactive installation using script:" << d->m_controlScript;
d->m_gui->loadControlScript(d->m_controlScript);
QScriptEngine *engine = d->m_gui->controlScriptEngine();