Commit aee5c08f authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ChatModel): remove useless properties

parent 102c8861
......@@ -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,
......
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