Skip to content

Commit

Permalink
QmlViewer: Remove one call to enableDebugging
Browse files Browse the repository at this point in the history
Merge f9b1989 resulted in two calls of the method.

Reviewed-by: TrustMe
  • Loading branch information
Kai Koehne committed May 10, 2011
1 parent 7b337d4 commit 21deca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/qmlviewer/main.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 21deca5

Please sign in to comment.