fixed comics management on server sersion

This commit is contained in:
Luis Ángel San Martín
2014-08-18 20:47:59 +02:00
parent b54264da06
commit 0e166fec4a
6 changed files with 83 additions and 61 deletions

View File

@ -101,6 +101,7 @@ public:
bool isComicDownloaded(const QString & hash);
QSet<QString> getComicsOnDevice();
QSet<QString> getDownloadedComics();
void clearComics();
//current comic (import)
qulonglong getCurrentComicId();