Bitcoin ABC 0.26.3
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. | |
Variables | |
static MacDockIconHandler * | s_instance = nullptr |
Definition at line 12 of file macdockiconhandler.mm.
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.