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
6
class
FontTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
from_file
();
10
void
from_file_err
();
11
};
12
13
#endif
FontTest
Definition
font_test.h:6
FontTest::from_file
void from_file()
Definition
font_test.cpp:28
FontTest::from_file_err
void from_file_err()
Definition
font_test.cpp:42
tests
font
font_test.h
Generated by
1.11.0