mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:58:45 +02:00
Disable event queue debugging for non-windows platforms.
This commit is contained in:
parent
0319e8cc4d
commit
4ad3163ca5
1 changed files with 2 additions and 0 deletions
|
@ -12,8 +12,10 @@
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
// Enable event queue debugging
|
// Enable event queue debugging
|
||||||
#define DEBUG_EVENT_QUEUE
|
#define DEBUG_EVENT_QUEUE
|
||||||
|
#endif // WIN32
|
||||||
|
|
||||||
namespace hifi { namespace qt {
|
namespace hifi { namespace qt {
|
||||||
void addBlockingForbiddenThread(const QString& name, QThread* thread = nullptr);
|
void addBlockingForbiddenThread(const QString& name, QThread* thread = nullptr);
|
||||||
|
|
Loading…
Reference in a new issue