mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
QZipReader and QZipWriter Windows Fixup
.. headers expected DLLs.
This commit is contained in:
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
class ZipReaderPrivate;
|
||||
|
||||
class Q_GUI_EXPORT ZipReader
|
||||
class ZipReader
|
||||
{
|
||||
public:
|
||||
ZipReader(const QString &fileName, QIODevice::OpenMode mode = QIODevice::ReadOnly );
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
bool isReadable() const;
|
||||
bool exists() const;
|
||||
|
||||
struct Q_GUI_EXPORT FileInfo
|
||||
struct FileInfo
|
||||
{
|
||||
FileInfo();
|
||||
FileInfo(const FileInfo &other);
|
||||
|
||||
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
|
||||
class ZipWriterPrivate;
|
||||
|
||||
|
||||
class Q_GUI_EXPORT ZipWriter
|
||||
class ZipWriter
|
||||
{
|
||||
public:
|
||||
ZipWriter(const QString &fileName, QIODevice::OpenMode mode = (QIODevice::WriteOnly | QIODevice::Truncate) );
|
||||
|
||||
Reference in New Issue
Block a user