mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Added support for dropping folders to import them. TODO update the foldersView properly (now all the tree model is reloaded).
This commit is contained in:
@ -326,10 +326,10 @@ public slots:
|
||||
void toggleComicsView();
|
||||
void checkSearchNumResults(int numResults);
|
||||
void loadCoversFromCurrentModel();
|
||||
void copyAndImportComicsToCurrentFolder(const QList<QString> & comics);
|
||||
void moveAndImportComicsToCurrentFolder(const QList<QString> &comics);
|
||||
void copyAndImportComicsToFolder(const QList<QString> & comics, const QModelIndex & miFolder);
|
||||
void moveAndImportComicsToFolder(const QList<QString> & comics, const QModelIndex & miFolder);
|
||||
void copyAndImportComicsToCurrentFolder(const QList<QPair<QString,QString> > & comics);
|
||||
void moveAndImportComicsToCurrentFolder(const QList<QPair<QString, QString> > &comics);
|
||||
void copyAndImportComicsToFolder(const QList<QPair<QString,QString> > & comics, const QModelIndex & miFolder);
|
||||
void moveAndImportComicsToFolder(const QList<QPair<QString,QString> > & comics, const QModelIndex & miFolder);
|
||||
void processComicFiles(ComicFilesManager * comicFilesManager, QProgressDialog * progressDialog);
|
||||
void updateCopyMoveFolderDestination(); //imports new comics from the current folder
|
||||
void updateCurrentFolder();
|
||||
|
Reference in New Issue
Block a user