aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/MainWindow.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-11-06 00:00:47 +0100
committerGitHub <noreply@github.com>2022-11-06 00:00:47 +0100
commite68fd7c1e335bd720ed997d40f7fb470947ea047 (patch)
tree1c9f9c5ea05b37c1f6a11a5d85e5826d7ba10b3f /launcher/ui/MainWindow.h
parent82256a2fe8c8d66116ce7a8f003ccfa906ed8e96 (diff)
parent0938f80b4148cfc1734636e15da5ddb8b9a7bdfb (diff)
downloadPrismLauncher-e68fd7c1e335bd720ed997d40f7fb470947ea047.tar.gz
PrismLauncher-e68fd7c1e335bd720ed997d40f7fb470947ea047.tar.bz2
PrismLauncher-e68fd7c1e335bd720ed997d40f7fb470947ea047.zip
Merge pull request #383 from leo78913/toolbar-lock
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r--launcher/ui/MainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h
index cb8cb4aa..f9d1f1c7 100644
--- a/launcher/ui/MainWindow.h
+++ b/launcher/ui/MainWindow.h
@@ -203,6 +203,8 @@ private slots:
void globalSettingsClosed();
+ void lockToolbars(bool);
+
#ifndef Q_OS_MAC
void keyReleaseEvent(QKeyEvent *event) override;
#endif