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
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef RBUNZIP_H
|
||||
#define RBUNZIP_H
|
||||
|
||||
#include <QtCore>
|
||||
#include "zip/unzip.h"
|
||||
#include "zip/zip.h"
|
||||
|
||||
class RbUnZip : public QObject, public UnZip
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
UnZip::ErrorCode extractArchive(const QString&);
|
||||
|
||||
signals:
|
||||
void unzipProgress(int, int);
|
||||
|
||||
public slots:
|
||||
void abortUnzip(void);
|
||||
|
||||
private:
|
||||
bool m_abortunzip;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef RBUNZIP_H
|
||||
#define RBUNZIP_H
|
||||
|
||||
#include <QtCore>
|
||||
#include "zip/unzip.h"
|
||||
#include "zip/zip.h"
|
||||
|
||||
class RbUnZip : public QObject, public UnZip
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
UnZip::ErrorCode extractArchive(const QString&);
|
||||
|
||||
signals:
|
||||
void unzipProgress(int, int);
|
||||
|
||||
public slots:
|
||||
void abortUnzip(void);
|
||||
|
||||
private:
|
||||
bool m_abortunzip;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue