mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
Added drop support for copying/moving files in the folders view
This commit is contained in:
@ -85,6 +85,7 @@ class ComicDB;
|
||||
inline static QStringList getSupportedImageLiteralFormats() { return literalImageExtensions;}
|
||||
|
||||
static bool fileIsComic(QUrl & path);
|
||||
static QList<QString> filterInvalidComicFiles(const QList<QUrl> & list);
|
||||
|
||||
public slots:
|
||||
void loadFinished();
|
||||
|
Reference in New Issue
Block a user