mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
removed loadCovers and reloadCovers methods
This commit is contained in:
@ -18,6 +18,7 @@ public slots:
|
||||
//info origins
|
||||
//folders view
|
||||
void selectedFolder(const QModelIndex & mi);
|
||||
void reselectCurrentFolder();
|
||||
//reading lists
|
||||
void selectedList(const QModelIndex & mi);
|
||||
//history navigation
|
||||
@ -25,6 +26,8 @@ public slots:
|
||||
//empty subfolder
|
||||
void selectSubfolder(const QModelIndex &sourceMI, int child);
|
||||
|
||||
void loadEmptyFolderInfo(const QModelIndex & modelIndex);
|
||||
|
||||
void loadFolderInfo(const QModelIndex & modelIndex);
|
||||
void loadPreviousStatus();
|
||||
|
||||
|
Reference in New Issue
Block a user