mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
fixed compilation in windows
This commit is contained in:
parent
8ec24a9985
commit
91f89b161d
@ -72,7 +72,10 @@ struct SevenZipInterface {
|
||||
//SevenZipInterface * szInterface;
|
||||
|
||||
CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent) :
|
||||
QObject(parent),sevenzLib(0),valid(false),tools(false),isRar(false)
|
||||
QObject(parent),sevenzLib(0),valid(false),tools(false)
|
||||
#ifdef Q_OS_UNIX
|
||||
,isRar(false)
|
||||
#endif
|
||||
{
|
||||
szInterface = new SevenZipInterface;
|
||||
//load functions
|
||||
|
Loading…
Reference in New Issue
Block a user