mirror of
https://github.com/status-im/SortFilterProxyModel.git
synced 2025-02-22 23:58:16 +00:00
Bump module version to 0.2
This commit is contained in:
parent
c6cd9792ea
commit
fc7fec5e1d
@ -235,8 +235,7 @@ void QQmlSortFilterProxyModel::clear_filters(QQmlListProperty<Filter> *list)
|
||||
}
|
||||
|
||||
void registerQQmlSortFilterProxyModelTypes() {
|
||||
qmlRegisterType<QAbstractItemModel>();
|
||||
qmlRegisterType<QQmlSortFilterProxyModel>("SortFilterProxyModel", 0, 1, "SortFilterProxyModel");
|
||||
qmlRegisterType<QQmlSortFilterProxyModel>("SortFilterProxyModel", 0, 2, "SortFilterProxyModel");
|
||||
}
|
||||
|
||||
Q_COREAPP_STARTUP_FUNCTION(registerQQmlSortFilterProxyModelTypes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user