nngn
Loading...
Searching...
No Matches
types_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_UTILS_TYPES_H
2#define NNGN_TEST_UTILS_TYPES_H
3
4#include <QTest>
5
6class TypesTest : public QObject {
7 Q_OBJECT
8private slots:
9 void test(void);
10};
11
12#endif
Definition types_test.h:6
void test(void)
Definition types_test.cpp:18