mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
13 lines
227 B
C
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
|