mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Use the new widget instead of EmptyFolderWidget
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
#include "folder_query_result_processor.h"
|
||||
|
||||
#include "comic_model.h"
|
||||
#include "comic_db.h"
|
||||
#include "folder.h"
|
||||
|
||||
#include <future>
|
||||
#include <memory>
|
||||
@ -379,6 +381,8 @@ public slots:
|
||||
void deleteComicsFromList();
|
||||
// void showSocial();
|
||||
void showFoldersContextMenu(const QPoint &point);
|
||||
void showGridFoldersContextMenu(QPoint point, Folder folder);
|
||||
void showContinueReadingContextMenu(QPoint point, ComicDB comic);
|
||||
void libraryAlreadyExists(const QString &name);
|
||||
void importLibraryPackage();
|
||||
void updateComicsView(quint64 libraryId, const ComicDB &comic);
|
||||
|
Reference in New Issue
Block a user