Enabled drop to import into info comics view.

This commit is contained in:
Luis Ángel San Martín
2016-04-18 17:36:06 +02:00
parent dd5f413ce2
commit 4f0bd14f3d
3 changed files with 33 additions and 6 deletions

View File

@ -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;