Rename prev/next actions to reflect its positional behaviour

This commit is contained in:
Luis Ángel San Martín
2021-01-16 14:59:37 +01:00
parent c7cf012d51
commit d07de8fb2e
2 changed files with 80 additions and 68 deletions

View File

@ -117,10 +117,10 @@ private:
QList<QAction *> recentFilesActionList;
QAction *clearRecentFilesAction;
QAction *saveImageAction;
QAction *openPreviousComicAction;
QAction *openNextComicAction;
QAction *nextAction;
QAction *prevAction;
QAction *openComicOnTheLeftAction;
QAction *openComicOnTheRightAction;
QAction *goToPageOnTheRightAction;
QAction *goToPageOnTheLeftAction;
QAction *adjustWidthAction;
QAction *adjustHeightAction;
QAction *goToPageAction;