OSCAR-code/3rdparty/quazip/qztest/testquaziodevice.h

14 lines
236 B
C
Raw Normal View History

2013-09-16 04:45:50 +00:00
#ifndef QUAZIP_TEST_QUAZIODEVICE_H
#define QUAZIP_TEST_QUAZIODEVICE_H
#include <QObject>
class TestQuaZIODevice: public QObject {
Q_OBJECT
private slots:
void read();
void write();
};
#endif // QUAZIP_TEST_QUAZIODEVICE_H