Merge pull request #15597 from amerhifi/master

Case BUGZ-277 :  Android build error (on windows host) stat properties missing (please review suggestion)
This commit is contained in:
Sam Gateau 2019-05-21 11:11:29 -07:00 committed by GitHub
commit 54c14340ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,10 +314,11 @@ class Stats : public QQuickItem {
STATS_PROPERTY(QVector3D, parabolaPicksUpdated, QVector3D(0, 0, 0))
STATS_PROPERTY(QVector3D, collisionPicksUpdated, QVector3D(0, 0, 0))
#ifdef DEBUG_EVENT_QUEUE
STATS_PROPERTY(bool, eventQueueDebuggingOn, true)
STATS_PROPERTY(int, mainThreadQueueDepth, -1);
STATS_PROPERTY(int, nodeListThreadQueueDepth, -1);
#ifdef DEBUG_EVENT_QUEUE
STATS_PROPERTY(bool, eventQueueDebuggingOn, true)
#else
STATS_PROPERTY(bool, eventQueueDebuggingOn, false)
#endif // DEBUG_EVENT_QUEUE