Commit 9eb533b7 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 5692ec5b
#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_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment