mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
load(path,atPage) added in viewer,render and comic classes
updated CHANGELOG
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <QObject>
|
||||
|
||||
class QLocalServer;
|
||||
class ComicDB;
|
||||
|
||||
class YACReaderLocalServer : public QObject
|
||||
{
|
||||
@ -17,7 +18,7 @@ public slots:
|
||||
bool isListening();
|
||||
void sendResponse();
|
||||
static bool isRunning();
|
||||
|
||||
void getComicInfo(quint64 libraryId, ComicDB & comic);
|
||||
private:
|
||||
QLocalServer * localServer;
|
||||
|
||||
|
Reference in New Issue
Block a user