diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-05-24 16:18:02 +0800 |
---|---|---|
committer | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-05-24 16:18:02 +0800 |
commit | 9673dac22b0ff81a54847d5db5438c099a6df587 (patch) | |
tree | 5bd370d90159b6b9a6e3a09bfb6145d008c15460 /launcher/Application.h | |
parent | 0426149580feaca188c7f34b268411ffeb8787b0 (diff) | |
download | PrismLauncher-9673dac22b0ff81a54847d5db5438c099a6df587.tar.gz PrismLauncher-9673dac22b0ff81a54847d5db5438c099a6df587.tar.bz2 PrismLauncher-9673dac22b0ff81a54847d5db5438c099a6df587.zip |
add more `#ifdef`s
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index d6a5473d..686137ec 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -182,7 +182,10 @@ signals: void updateAllowedChanged(bool status); void globalSettingsAboutToOpen(); void globalSettingsClosed(); + +#ifdef Q_OS_MACOS void clickedOnDock(); +#endif public slots: bool launch( |