summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-01-10 23:41:03 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-01-23 11:21:39 +0100
commit446345091b210a25e02bb173d6a5910d511b75c9 (patch)
treedc7d8cdad5e7edbf7c5f1a90d5fd1f3a892c162a
parentb85229f37276ad9de886b14a4fa48f25d27aa285 (diff)
downloadqt-creator-446345091b210a25e02bb173d6a5910d511b75c9.tar.gz
QmlDesigner: Reset debug flag
Change-Id: I1c6e904f613c187b6f7a2098597a152c4033d701 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/plugins/qmldesigner/components/pluginmanager/pluginpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/pluginmanager/pluginpath.cpp b/src/plugins/qmldesigner/components/pluginmanager/pluginpath.cpp
index 74cb69c28f..b4697348db 100644
--- a/src/plugins/qmldesigner/components/pluginmanager/pluginpath.cpp
+++ b/src/plugins/qmldesigner/components/pluginmanager/pluginpath.cpp
@@ -41,7 +41,7 @@
#include <QObject>
#include <QDebug>
-enum { debug = 1 };
+enum { debug = 0 };
namespace QmlDesigner {