Files
mapmap/tests/TestMaths.h
2017-08-01 02:33:01 +00:00

11 lines
121 B
C++

#include <QtTest/QtTest>
class TestMaths: public QObject
{
Q_OBJECT
private slots:
void toUpper();
};