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