aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-05-10 11:42:03 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-05-10 11:44:24 +0200
commit21deca53df68504f06d71f7b7ce4a4bfde2da0ef (patch)
tree4dc3a80ee0c0de689ece77302f07c6554c832372 /tools/qmlviewer
parent7b337d460c6a1b718259177840ad86ea242e24d9 (diff)
QmlViewer: Remove one call to enableDebugging
Merge f9b198987d2 resulted in two calls of the method. Reviewed-by: TrustMe
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r--tools/qmlviewer/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qmlviewer/main.cpp b/tools/qmlviewer/main.cpp
index 236edfe5a6..24a4940915 100644
--- a/tools/qmlviewer/main.cpp
+++ b/tools/qmlviewer/main.cpp
@@ -522,8 +522,6 @@ QDeclarativeViewer *openFile(const QString &fileName)
int main(int argc, char ** argv)
{
- QDeclarativeDebugHelper::enableDebugging();
-
systemMsgOutput = qInstallMsgHandler(myMessageOutput);
#if defined (Q_WS_X11) || defined (Q_WS_MAC)