mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
resolving qt moc error with propertie missing for android
This commit is contained in:
parent
b878e40606
commit
56d8e0123f
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ class Stats : public QQuickItem {
|
|||
STATS_PROPERTY(int, nodeListThreadQueueDepth, -1);
|
||||
#else
|
||||
STATS_PROPERTY(bool, eventQueueDebuggingOn, false)
|
||||
STATS_PROPERTY(int, mainThreadQueueDepth, 0);
|
||||
STATS_PROPERTY(int, nodeListThreadQueueDepth, 0);
|
||||
#endif // DEBUG_EVENT_QUEUE
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue