fixed compilation in windows

This commit is contained in:
Luis Ángel San Martín 2013-12-12 15:45:51 +01:00
parent 8ec24a9985
commit 91f89b161d

View File

@ -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