OSCAR-code/3rdparty/quazip-0.5.1/qztest/testquachecksum32.h
Mark Watkins 12eac71eb4 Separated QuaZip and QExtSerialPort, Oximetry work
Using official source which has been placed in 3rdparty folder
Oximetry button temporarily autostarts import.. Still a Work in progress.
2013-09-16 14:38:20 +10:00

13 lines
227 B
C++

#ifndef QUAZIP_TEST_QUACHECKSUM32_H
#define QUAZIP_TEST_QUACHECKSUM32_H
#include <QObject>
class TestQuaChecksum32: public QObject {
Q_OBJECT
private slots:
void calculate();
};
#endif // QUAZIP_TEST_QUACHECKSUM32_H