OSCAR-code/thirdparty/quazip/qztest/testquaziodevice.h
2019-02-11 17:37:29 -05:00

14 lines
236 B
C++

#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