mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
More auto
This commit is contained in:
@ -754,7 +754,7 @@ void MainWindowViewer::clearRecentFiles()
|
||||
|
||||
void MainWindowViewer::openRecent()
|
||||
{
|
||||
auto *action = qobject_cast<QAction *>(sender());
|
||||
auto action = qobject_cast<QAction *>(sender());
|
||||
|
||||
openComicFromRecentAction(action);
|
||||
}
|
||||
|
Reference in New Issue
Block a user