41{
42 qmlRegisterType<SvgTextLabel>(uri, 1, 0, "SvgTextLabel");
43 qmlRegisterType<KisNumParser>(uri, 1, 0, "KisNumParser");
44 qmlRegisterType<KisCubicCurveQml>(uri, 1, 0, "KisCubicCurve");
45 qmlRegisterType<KisTheme>(uri, 1, 0, "Theme");
46 qmlRegisterUncreatableType<KisThemeColorGroup>(uri, 1, 0, "ThemeColorGroup", "Use Theme instead");
47 qmlRegisterType<KisFontFunctions>(uri, 1, 0, "FontFunctions");
48 qmlRegisterType<KoShapeQtQuickLabel>(uri, 1, 0, "KoShapeQtQuickLabel");
49 qmlRegisterType<TagFilterProxyModelQmlWrapper>(uri, 1, 0, "TagFilterProxyModelQmlWrapper");
50
51}