Document EXEC_EVENT definition

This commit is contained in:
Alex Spataru 2021-12-18 03:17:30 -05:00
parent c74d3eb3b6
commit 57ec453993

View File

@ -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()) \
{ \