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