nngn
Loading...
Searching...
No Matches
font_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_FONT_H
2#define NNGN_TEST_FONT_H
3
4#include <QTest>
5
6class FontTest : public QObject {
7 Q_OBJECT
8private slots:
9 void from_file();
10 void from_file_err();
11};
12
13#endif
Definition font_test.h:6
void from_file()
Definition font_test.cpp:28
void from_file_err()
Definition font_test.cpp:42