mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
corregida compilaci?n
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <QObject>
|
||||
|
||||
class QLocalSocket;
|
||||
class YACReaderComicLibrary;
|
||||
class ComicDB;
|
||||
|
||||
class YACReaderLocalClient : public QObject
|
||||
{
|
||||
@ -16,8 +16,8 @@ signals:
|
||||
|
||||
public slots:
|
||||
void readMessage();
|
||||
void requestComicInfo(QString library, YACReaderComicLibrary & comic);
|
||||
void sendComicInfo(QString library, YACReaderComicLibrary & comic);
|
||||
void requestComicInfo(QString library, ComicDB & comic);
|
||||
void sendComicInfo(QString library, ComicDB & comic);
|
||||
|
||||
private:
|
||||
QLocalSocket * localSocket;
|
||||
|
Reference in New Issue
Block a user