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