mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04: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