mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add a new action to scan the xml info from a folder
This commit is contained in:
@ -230,6 +230,7 @@ public:
|
||||
|
||||
QAction *updateFolderAction;
|
||||
QAction *updateCurrentFolderAction;
|
||||
QAction *rescanXMLFromCurrentFolderAction;
|
||||
|
||||
// reading lists actions
|
||||
QAction *addReadingListAction;
|
||||
@ -346,6 +347,8 @@ public slots:
|
||||
void removeLibrary();
|
||||
void renameLibrary();
|
||||
void rescanLibraryForXMLInfo();
|
||||
void rescanCurrentFolderForXMLInfo();
|
||||
void rescanFolderForXMLInfo(QModelIndex modelIndex);
|
||||
void rename(QString newName);
|
||||
void cancelCreating();
|
||||
void stopLibraryCreator();
|
||||
|
Reference in New Issue
Block a user