mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
merged - develop
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <unarr.h>
|
||||
|
||||
CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent) :
|
||||
QObject(parent),valid(false),tools(true),numFiles(0),ar(NULL),stream(NULL)
|
||||
QObject(parent),tools(true),valid(false),numFiles(0),ar(NULL),stream(NULL)
|
||||
{
|
||||
//open file
|
||||
#ifdef Q_OS_WIN
|
||||
|
Reference in New Issue
Block a user