#ifndef ALGORITHMTESTS_H #define ALGORITHMTESTS_H #include class AlgorithmTests : public QObject { Q_OBJECT public: explicit AlgorithmTests(QObject *parent = 0); private slots: void calculateBiggestAngle(); }; #endif // ALGORITHMTESTS_H