diff options
Diffstat (limited to 'src/kernel/ntqobject.h')
-rw-r--r-- | src/kernel/ntqobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ntqobject.h b/src/kernel/ntqobject.h index 943e8319c..781697ceb 100644 --- a/src/kernel/ntqobject.h +++ b/src/kernel/ntqobject.h @@ -226,6 +226,7 @@ public: #ifdef QT_THREAD_SUPPORT TQThread* contextThreadObject() const; void moveToThread(TQThread *targetThread); + void disableThreadPostedEvents(bool disable); #endif private: |