mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
removed completely the lag from information label
comics are now opened by the last read page
This commit is contained in:
@ -101,6 +101,11 @@ CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent)
|
||||
}
|
||||
}
|
||||
|
||||
CompressedArchive::~CompressedArchive()
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void CompressedArchive::loadFunctions()
|
||||
{
|
||||
//LOAD library
|
||||
|
@ -31,6 +31,7 @@ class CompressedArchive : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit CompressedArchive(const QString & filePath, QObject *parent = 0);
|
||||
~CompressedArchive();
|
||||
|
||||
signals:
|
||||
|
||||
|
Reference in New Issue
Block a user