mirror of
https://github.com/YACReader/yacreader
synced 2026-02-13 10:33:03 -05:00
Add functionality to clear the openrecent list
This commit is contained in:
@ -106,6 +106,7 @@ class EditShortcutsDialog;
|
||||
QAction *openAction;
|
||||
QAction *openFolderAction;
|
||||
QList<QAction*> recentFilesActionList;
|
||||
QAction *clearRecentFilesAction;
|
||||
QAction *saveImageAction;
|
||||
QAction *openPreviousComicAction;
|
||||
QAction *openNextComicAction;
|
||||
@ -148,6 +149,7 @@ class EditShortcutsDialog;
|
||||
void createActions();
|
||||
void createToolBars();
|
||||
void refreshRecentFilesActionList();
|
||||
void clearRecentFiles();
|
||||
void getSiblingComics(QString path,QString currentComic);
|
||||
|
||||
//! Manejadores de evento:
|
||||
|
||||
Reference in New Issue
Block a user