QmlDesigner.statesEditor: disable debugging

This commit is contained in:
Thomas Hartmann
2010-03-23 13:06:25 +01:00
parent abbbd61b8a
commit 84598b45d6

View File

@@ -37,7 +37,7 @@
#include <math.h> #include <math.h>
enum { enum {
debug = true debug = false
}; };
namespace QmlDesigner { namespace QmlDesigner {