diff --git a/tests/src/components/timeline/Timeline.hpp b/tests/src/components/timeline/Timeline.hpp deleted file mode 100644 index 713e26a73..000000000 --- a/tests/src/components/timeline/Timeline.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef SETTINGS_MODEL_H_ -#define SETTINGS_MODEL_H_ - -#include - -#include "AccountSettingsModel.hpp" - -// =================================================================== - -class SettingsModel : public QObject { - Q_OBJECT - -public: - SettingsModel (QObject *parent = Q_NULLPTR); - -private: - QList accountsSettings; -}; - -#endif // SETTINGS_MODEL_H_