forked from len0rd/rockbox
convert to unix line endings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17460 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
72dda3c5bb
commit
b9ae6664b3
1 changed files with 27 additions and 27 deletions
|
|
@ -15,30 +15,30 @@
|
||||||
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||||||
* KIND, either express or implied.
|
* KIND, either express or implied.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef RBUNZIP_H
|
#ifndef RBUNZIP_H
|
||||||
#define RBUNZIP_H
|
#define RBUNZIP_H
|
||||||
|
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
#include "zip/unzip.h"
|
#include "zip/unzip.h"
|
||||||
#include "zip/zip.h"
|
#include "zip/zip.h"
|
||||||
|
|
||||||
class RbUnZip : public QObject, public UnZip
|
class RbUnZip : public QObject, public UnZip
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
UnZip::ErrorCode extractArchive(const QString&);
|
UnZip::ErrorCode extractArchive(const QString&);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void unzipProgress(int, int);
|
void unzipProgress(int, int);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void abortUnzip(void);
|
void abortUnzip(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_abortunzip;
|
bool m_abortunzip;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue