mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added 'save selected covers to...' feature
This commit is contained in:
@ -182,6 +182,7 @@ private:
|
||||
QAction * colapseAllNodesAction;
|
||||
|
||||
QAction * openContainingFolderAction;
|
||||
QAction * saveCoversToAction;
|
||||
//--
|
||||
QAction * setFolderAsNotCompletedAction;
|
||||
QAction * setFolderAsCompletedAction;
|
||||
@ -395,6 +396,7 @@ public slots:
|
||||
void setupAddToSubmenu(QMenu & menu);
|
||||
void onAddComicsToLabel();
|
||||
void setToolbarTitle(const QModelIndex & modelIndex);
|
||||
void saveSelectedCoversTo();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user