Add new action to create a new instance of the viewer in macos

This commit is contained in:
Luis Ángel San Martín
2019-09-28 16:55:28 +02:00
parent f65395c11d
commit 1f8be886ec
4 changed files with 35 additions and 1 deletions

View File

@ -106,6 +106,9 @@ private:
//! Actions
QAction *openAction;
#ifdef Q_OS_MAC
QAction *newInstanceAction; //needed in macos
#endif
QAction *openFolderAction;
QAction *openLatestComicAction;
QList<QAction *> recentFilesActionList;