mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
merged changes from 7.1.0 branch
This commit is contained in:
@ -27,6 +27,7 @@ class EditShortcutsDialog;
|
||||
public slots:
|
||||
void open();
|
||||
void open(QString path, ComicDB & comic, QList<ComicDB> & siblings);
|
||||
void open(QString path, qint64 comicId, qint64 libraryId);
|
||||
void openFolder();
|
||||
void saveImage();
|
||||
void toggleToolBars();
|
||||
@ -114,7 +115,6 @@ class EditShortcutsDialog;
|
||||
QString nextComicPath;
|
||||
//! M<>todo que inicializa el interfaz.
|
||||
void setupUI();
|
||||
void openFromArgv();
|
||||
void createActions();
|
||||
void createToolBars();
|
||||
void getSiblingComics(QString path,QString currentComic);
|
||||
@ -131,6 +131,7 @@ class EditShortcutsDialog;
|
||||
ComicDB currentComicDB;
|
||||
QList<ComicDB> siblingComics;
|
||||
bool isClient;
|
||||
QString startComicPath;
|
||||
quint64 libraryId;
|
||||
signals:
|
||||
void closed();
|
||||
|
Reference in New Issue
Block a user