mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Enabled drop to import into info comics view.
This commit is contained in:
@ -36,6 +36,9 @@ public slots:
|
||||
protected slots:
|
||||
void setCurrentIndex(int index);
|
||||
|
||||
bool canDropUrls(const QList<QUrl> & urls, Qt::DropAction action);
|
||||
void droppedFiles(const QList<QUrl> & urls, Qt::DropAction action);
|
||||
|
||||
protected:
|
||||
QToolBar * toolbar;
|
||||
QObject *flow;
|
||||
|
Reference in New Issue
Block a user