mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
fix(ChatModel): remove useless properties
This commit is contained in:
parent
102c8861b7
commit
aee5c08f86
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ class ChatModel : public QAbstractListModel {
|
|||
|
||||
Q_OBJECT;
|
||||
|
||||
Q_PROPERTY(QString sipAddress READ getSipAddress CONSTANT);
|
||||
Q_PROPERTY(bool isRemoteComposing READ getIsRemoteComposing NOTIFY isRemoteComposingChanged);
|
||||
|
||||
public:
|
||||
enum Roles {
|
||||
ChatEntry = Qt::DisplayRole,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue