fix(src/components/timeline): remove useless Timeline.hpp file

This commit is contained in:
Ronan Abhamon 2016-11-18 17:10:39 +01:00
parent 5692ec5b0d
commit 9eb533b7af

View file

@ -1,20 +0,0 @@
#ifndef SETTINGS_MODEL_H_
#define SETTINGS_MODEL_H_
#include <QObject>
#include "AccountSettingsModel.hpp"
// ===================================================================
class SettingsModel : public QObject {
Q_OBJECT
public:
SettingsModel (QObject *parent = Q_NULLPTR);
private:
QList<AccountSettingsModel *> accountsSettings;
};
#endif // SETTINGS_MODEL_H_