chore: Change var name

Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: RedsonBr140 <redson@riseup.net>
This commit is contained in:
RedsonBr140 2022-11-17 06:20:53 -03:00 committed by GitHub
parent 37a117d2ef
commit bd3a693e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());