removed completely the lag from information label

comics are now opened by the last read page
This commit is contained in:
Luis Ángel San Martín
2013-07-15 11:35:20 +02:00
parent a3837c0982
commit 0398b8ca57
7 changed files with 24 additions and 4 deletions

View File

@ -101,6 +101,11 @@ CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent)
}
}
CompressedArchive::~CompressedArchive()
{
//TODO
}
void CompressedArchive::loadFunctions()
{
//LOAD library

View File

@ -31,6 +31,7 @@ class CompressedArchive : public QObject
Q_OBJECT
public:
explicit CompressedArchive(const QString & filePath, QObject *parent = 0);
~CompressedArchive();
signals: