Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
bool | dockClickHandler (id self, SEL _cmd,...) |
void | setupDockClickHandler () |
void | ForceActivation () |
Force application activation on macOS. More... | |
Variables | |
static MacDockIconHandler * | s_instance = nullptr |
bool dockClickHandler | ( | id | self, |
SEL | _cmd, | ||
... | |||
) |
void ForceActivation | ( | ) |
Force application activation on macOS.
With Qt 5.5.1 this is required when an action in the Dock menu is triggered. TODO: Define a Qt version where it's no-longer necessary.
Definition at line 48 of file macdockiconhandler.mm.
void setupDockClickHandler | ( | ) |
Definition at line 22 of file macdockiconhandler.mm.
|
static |
Definition at line 10 of file macdockiconhandler.mm.