mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
bug fixed onpening next/previous folder
This commit is contained in:
@ -54,12 +54,10 @@ struct SevenZipInterface {
|
||||
};
|
||||
|
||||
//SevenZipInterface * szInterface;
|
||||
QLibrary * sevenzLib = 0;
|
||||
|
||||
CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent) :
|
||||
QObject(parent)
|
||||
QObject(parent),sevenzLib(0)
|
||||
{
|
||||
|
||||
szInterface = new SevenZipInterface;
|
||||
//load functions
|
||||
loadFunctions();
|
||||
|
@ -42,7 +42,7 @@ public slots:
|
||||
QList<QString> getFileNames();
|
||||
private:
|
||||
SevenZipInterface * szInterface;
|
||||
|
||||
QLibrary * sevenzLib;
|
||||
void loadFunctions();
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user