resolving qt moc error with propertie missing for android

This commit is contained in:
amerhifi 2019-05-21 09:19:56 -07:00
parent b878e40606
commit 56d8e0123f

View file

@ -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: