mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05:00
Enabled context menut and double click for opening in comic info view.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user