mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Modificada la clase Comic por una jerarqu?a y una factory
corregido bug en go_to_flow_gl
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include "httprequesthandler.h"
|
||||
|
||||
#include <QThread>
|
||||
class Comic2;
|
||||
class Comic;
|
||||
class QString;
|
||||
|
||||
class ComicController : public HttpRequestHandler {
|
||||
@ -20,21 +20,4 @@ public:
|
||||
void service(HttpRequest& request, HttpResponse& response);
|
||||
};
|
||||
|
||||
class Synchronizer : public QThread
|
||||
{
|
||||
|
||||
Q_OBJECT
|
||||
public:
|
||||
Synchronizer(Comic2 * c, QString p, QThread * f);
|
||||
bool loaded;
|
||||
private:
|
||||
Comic2 * comic;
|
||||
QString path;
|
||||
QThread * from;
|
||||
|
||||
void run();
|
||||
public slots:
|
||||
void waitedSignal();
|
||||
};
|
||||
|
||||
#endif // COMICCONTROLLER_H
|
||||
|
Reference in New Issue
Block a user