#ifndef TESTPROFILE_H #define TESTPROFILE_H #include class TestProfile : public QObject{ Q_OBJECT private slots: void testRedCeiling(); }; #endif