From 21deca53df68504f06d71f7b7ce4a4bfde2da0ef Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 10 May 2011 11:42:03 +0200 Subject: [PATCH] QmlViewer: Remove one call to enableDebugging Merge f9b198987d2 resulted in two calls of the method. Reviewed-by: TrustMe --- tools/qmlviewer/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/qmlviewer/main.cpp b/tools/qmlviewer/main.cpp index 236edfe..24a4940 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) -- 2.7.4