Disable event queue debugging for non-windows platforms.

This commit is contained in:
Roxanne Skelly 2019-05-13 16:37:45 -07:00
parent 0319e8cc4d
commit 4ad3163ca5

View file

@ -12,8 +12,10 @@
#include <QtCore/QObject>
#ifdef WIN32
// Enable event queue debugging
#define DEBUG_EVENT_QUEUE
#endif // WIN32
namespace hifi { namespace qt {
void addBlockingForbiddenThread(const QString& name, QThread* thread = nullptr);