fix(ChatModel): remove useless properties

This commit is contained in:
Ronan Abhamon 2017-06-28 14:22:43 +02:00
parent 102c8861b7
commit aee5c08f86

View file

@ -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,