codex
Loading...
Searching...
No Matches
bit_pattern_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_BIT_PATTERN_TEST_H
2#define CODEX_BIT_PATTERN_TEST_H
3
4#include <QTest>
5
6class BitPatternTest : public QObject {
7 Q_OBJECT
8private slots:
9 void test();
10};
11
12#endif
Definition bit_pattern_test.hpp:6