![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "slotclosure.h"
Public Member Functions | |
void | run () override |
![]() | |
SlotClosureBase (const std::function< void()> &func, QObject *parent) | |
SlotClosureBase (const std::function< void()> &func, QObject *sender, const char *signal, QObject *parent) | |
SlotClosureBase (const std::function< void()> &func, QObject *sender, const std::initializer_list< const char * > &signalsList, QObject *parent) | |
virtual | ~SlotClosureBase ()=default |
Additional Inherited Members | |
![]() |
Definition at line 62 of file slotclosure.h.
|
inlineoverridevirtual |
Implements LeechCraft::Util::SlotClosureBase.
Definition at line 68 of file slotclosure.h.
References LeechCraft::Util::SlotClosureBase::run().