mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(src/components/timeline): remove useless Timeline.hpp file
This commit is contained in:
parent
5692ec5b0d
commit
9eb533b7af
1 changed files with 0 additions and 20 deletions
|
|
@ -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_
|
||||
Loading…
Add table
Reference in a new issue