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