mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
fixed comic view context menus
This commit is contained in:
@ -220,9 +220,6 @@ private:
|
||||
QAction * addToMenuAction;
|
||||
QAction * addToFavoritesAction;
|
||||
|
||||
QList<QAction *> itemActions;
|
||||
QList<QAction *> viewActions;
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
YACReaderMacOSXToolbar * libraryToolBar;
|
||||
#else
|
||||
@ -391,6 +388,9 @@ public slots:
|
||||
void showAddNewLabelDialog();
|
||||
void showRenameCurrentList();
|
||||
void addSelectedComicsToFavorites();
|
||||
void showComicsViewContextMenu(const QPoint & point);
|
||||
void showComicsItemContextMenu(const QPoint & point);
|
||||
void setupAddToSubmenu(QMenu & menu);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user