mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed compilation in windows
This commit is contained in:
parent
8ec24a9985
commit
91f89b161d
@ -72,7 +72,10 @@ struct SevenZipInterface {
|
|||||||
//SevenZipInterface * szInterface;
|
//SevenZipInterface * szInterface;
|
||||||
|
|
||||||
CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent) :
|
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;
|
szInterface = new SevenZipInterface;
|
||||||
//load functions
|
//load functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user