Go to the source code of this file.
◆ CHECK_NOT_QT_THREAD
#define CHECK_NOT_QT_THREAD |
( |
|
qtObject | ) |
|
Value:
"The current function is called in the Qt Thread of the object (most of the time the main thread)! This function was declared to be not in the GUI thread."
Definition at line 33 of file QtUtil.h.
◆ CHECK_QT_THREAD
#define CHECK_QT_THREAD |
( |
|
qtObject | ) |
|
Value:
"The current function is not called in the correct Qt Thread of the object (most of the time the main thread)!"
Macro to check whether the current function is executed in the thread of the given Qt object.
This object should be the object that is manipulated/read by the called function.
Definition at line 30 of file QtUtil.h.