More auto

This commit is contained in:
Luis Ángel San Martín
2019-05-31 21:08:18 +02:00
parent 268bebbddd
commit e2276cbc1c
3 changed files with 8 additions and 8 deletions

View File

@ -754,7 +754,7 @@ void MainWindowViewer::clearRecentFiles()
void MainWindowViewer::openRecent()
{
auto *action = qobject_cast<QAction *>(sender());
auto action = qobject_cast<QAction *>(sender());
openComicFromRecentAction(action);
}