chore: Change var name
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: RedsonBr140 <redson@riseup.net>
This commit is contained in:
parent
37a117d2ef
commit
bd3a693e70
@ -1313,7 +1313,7 @@ void MainWindow::updateThemeMenu()
|
||||
|
||||
auto themes = APPLICATION->getValidApplicationThemes();
|
||||
|
||||
QActionGroup* ThemesGroup = new QActionGroup( this );
|
||||
QActionGroup* themesGroup = new QActionGroup( this );
|
||||
|
||||
for (auto* theme : themes) {
|
||||
QAction * themeAction = themeMenu->addAction(theme->name());
|
||||
|
Loading…
Reference in New Issue
Block a user