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