41
43
qmlRegisterType<QAbstractItemModel>();
42
44
qmlRegisterType<QLimitProxyModelQML>(uri, 0, 1, "LimitProxyModel");
43
45
qmlRegisterType<QSortFilterProxyModelQML>(uri, 0, 1, "SortFilterProxyModel");
46
qmlRegisterType<UnityMenuModelPaths>(uri, 0, 1, "UnityMenuModelPaths");
44
47
qmlRegisterExtendedType<QQuickWindow, UbuntuWindow>(uri, 0, 1, "Window");
45
48
qmlRegisterSingletonType<ApplicationPaths>(uri, 0, 1, "ApplicationPaths", applicationsPathsSingleton);