Enabled context menut and double click for opening in comic info view.

This commit is contained in:
Luis Ángel San Martín
2016-04-18 17:56:39 +02:00
parent b983de8888
commit bd78b6f504
3 changed files with 35 additions and 3 deletions

View File

@ -39,6 +39,10 @@ protected slots:
bool canDropUrls(const QList<QUrl> & urls, Qt::DropAction action);
void droppedFiles(const QList<QUrl> & urls, Qt::DropAction action);
void requestedContextMenu(const QPoint & point);
void selectedItem(int index);
protected:
QToolBar * toolbar;
QObject *flow;