mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
Add minimal command line parser to YACReader and YACReaderLibrary.
Introduce new command line options --comicId and --libraryId for communication between Reader and Library. Support for standard command line options --help and --version.
This commit is contained in:
@ -26,6 +26,7 @@ class YACReaderSliderAction;
|
||||
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();
|
||||
@ -126,6 +127,7 @@ class YACReaderSliderAction;
|
||||
ComicDB currentComicDB;
|
||||
QList<ComicDB> siblingComics;
|
||||
bool isClient;
|
||||
QString startComicPath;
|
||||
quint64 libraryId;
|
||||
signals:
|
||||
void closed();
|
||||
|
Reference in New Issue
Block a user