/** * @file repomanagertest.h * @copyright 2013 Jolla Ltd. * @author Martin Kampas * @date 2013 */ #ifndef _REPOMANAGERTEST_H #define _REPOMANAGERTEST_H #include class RepoManagerTest: public QObject { Q_OBJECT private slots: void testSettings(); }; #endif