mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 06:37:09 +00:00
670aa4627e
Registration of QAbstractItemModel* allows to nest submodels, e.g: SortFitlerProxyModel { sourceModel: LeftJoinModel { ... } } Earlier, it would cause error: > Cannot assign to property of unknown type "QAbstractItemModel*"