From: Michael Brasser Date: Wed, 22 Feb 2012 00:15:41 +0000 (+1000) Subject: QML_RUNTIME_TESTING should be disabled by default. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6a42a6e0a9a1abdda0d07a5a20b4ac7e45348684;p=konrad%2Fqtdeclarative.git QML_RUNTIME_TESTING should be disabled by default. Change-Id: I67e0dae6f21162b962c1ce4454dc3d82e4e40049 Reviewed-by: Gunnar Sletta --- diff --git a/src/quick/scenegraph/coreapi/qsgnode.h b/src/quick/scenegraph/coreapi/qsgnode.h index becee6a..b7e776d 100644 --- a/src/quick/scenegraph/coreapi/qsgnode.h +++ b/src/quick/scenegraph/coreapi/qsgnode.h @@ -51,7 +51,7 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -#define QML_RUNTIME_TESTING +//#define QML_RUNTIME_TESTING class QSGRenderer;