mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Document EXEC_EVENT definition
This commit is contained in:
parent
c74d3eb3b6
commit
57ec453993
@ -25,6 +25,10 @@
|
||||
|
||||
namespace UI
|
||||
{
|
||||
/**
|
||||
* Creates a subclass of @c QWidget that allows us to call the given protected/private
|
||||
* @a function and pass the given @a event as a parameter to the @a function.
|
||||
*/
|
||||
#define EXEC_EVENT(pointer, function, event) \
|
||||
if (!pointer.isNull()) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user