summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-03 01:00:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-03 01:00:57 -0500
commit99b03be63de497bebbc26fcb2a564f1938493ef0 (patch)
treeafcd65c3e2670e171bce5361a97b2139c33cb9e7 /src/tools
parent9229bed187aca4df348498d9da38c4151cb5f797 (diff)
downloadqt3-99b03be63de497bebbc26fcb2a564f1938493ef0.tar.gz
qt3-99b03be63de497bebbc26fcb2a564f1938493ef0.zip
Add threading debug spew when QT_DEBUG is set
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qthreadinstance_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qthreadinstance_p.h b/src/tools/qthreadinstance_p.h
index 34550a8..87dbe6c 100644
--- a/src/tools/qthreadinstance_p.h
+++ b/src/tools/qthreadinstance_p.h
@@ -102,6 +102,7 @@ public:
QEventLoop* eventLoop;
int cleanupType;
+ bool disableThreadPostedEvents : 1;
};
#endif // QT_THREAD_SUPPORT