mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 04:59:45 +02:00
11 lines
121 B
C++
11 lines
121 B
C++
#include <QtTest/QtTest>
|
|
|
|
class TestMaths: public QObject
|
|
{
|
|
Q_OBJECT
|
|
|
|
private slots:
|
|
void toUpper();
|
|
};
|
|
|