diff options
author | flow <flowlnlnln@gmail.com> | 2023-01-20 08:36:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 08:36:08 -0800 |
commit | b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c (patch) | |
tree | 7218d71ae819d41b30686da6d0bb8d25d003f30a /launcher/Application.h | |
parent | 1a35fec1341323950eb5cb4ee1d2791b2241db67 (diff) | |
parent | cdc9f93f712081c45f661500e9e6a719eed09b6e (diff) | |
download | PrismLauncher-b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c.tar.gz PrismLauncher-b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c.tar.bz2 PrismLauncher-b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c.zip |
Merge pull request #766 from TayouVR/change-cat-on-settings-change
closes https://github.com/PrismLauncher/PrismLauncher/issues/763
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 4991f4cc..2cd077f8 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -208,6 +208,7 @@ signals: void updateAllowedChanged(bool status); void globalSettingsAboutToOpen(); void globalSettingsClosed(); + int currentCatChanged(int index); #ifdef Q_OS_MACOS void clickedOnDock(); |