fix model property in ChatProxy

This commit is contained in:
Gaelle Braud 2026-03-24 16:54:37 +01:00
parent 04e79a63ea
commit d78056ad8f

View file

@ -30,7 +30,7 @@
class ChatProxy : public SortFilterProxy, public AbstractObject {
Q_OBJECT
Q_PROPERTY(QAbstractItemModel *model WRITE setSourceModel NOTIFY modelChanged)
Q_PROPERTY(QAbstractItemModel *model READ sourceModel WRITE setSourceModel NOTIFY modelChanged)
public:
ChatProxy(QObject *parent = Q_NULLPTR);