From: Kai Koehne Date: Tue, 10 May 2011 09:42:03 +0000 (+0200) Subject: QmlViewer: Remove one call to enableDebugging X-Git-Tag: upstream/5.2.1~4394^2~133^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21deca53df68504f06d71f7b7ce4a4bfde2da0ef;p=platform%2Fupstream%2Fqtdeclarative.git QmlViewer: Remove one call to enableDebugging Merge f9b198987d2 resulted in two calls of the method. Reviewed-by: TrustMe --- 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)