mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
fix typo
This commit is contained in:
parent
a35008cd78
commit
c240ce6ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ void MainWindow::createActions()
|
||||||
aStatusBar = new QAction(this);
|
aStatusBar = new QAction(this);
|
||||||
aStatusBar->setCheckable(true);
|
aStatusBar->setCheckable(true);
|
||||||
aStatusBar->setChecked(SettingsCache::instance().getShowStatusBar());
|
aStatusBar->setChecked(SettingsCache::instance().getShowStatusBar());
|
||||||
connect(aStatusBar, &QAction::triggered, &SettingsCache::instance(), &SettingsCache::showStatusBarChanged);
|
connect(aStatusBar, &QAction::triggered, &SettingsCache::instance(), &SettingsCache::setShowStatusBar);
|
||||||
aFullScreen = new QAction(this);
|
aFullScreen = new QAction(this);
|
||||||
aFullScreen->setCheckable(true);
|
aFullScreen->setCheckable(true);
|
||||||
connect(aFullScreen, &QAction::toggled, this, &MainWindow::actFullScreen);
|
connect(aFullScreen, &QAction::toggled, this, &MainWindow::actFullScreen);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue