mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-30 15:54:27 -04:00 
			
		
		
		
	Update YACReaderLibrary <-> YACReader communication to support reading lists
This commit is contained in:
		| @ -1,6 +1,8 @@ | ||||
| #ifndef YACREADER_LOCAL_CLIENT_H | ||||
| #define YACREADER_LOCAL_CLIENT_H | ||||
|  | ||||
| #include "yacreader_global.h" | ||||
|  | ||||
| #include <QObject> | ||||
|  | ||||
| class QLocalSocket; | ||||
| @ -16,7 +18,7 @@ signals: | ||||
|     void finished(); | ||||
| public slots: | ||||
|     void readMessage(); | ||||
|     bool requestComicInfo(quint64 libraryId, ComicDB &comic, QList<ComicDB> &siblings); | ||||
|     bool requestComicInfo(quint64 libraryId, ComicDB &comic, QList<ComicDB> &siblings, YACReader::OpenComicSource source); | ||||
|     bool sendComicInfo(quint64 libraryId, ComicDB &comic); | ||||
|     bool sendComicInfo(quint64 libraryId, ComicDB &comic, qulonglong nextComicId); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user