Register SvgItem

This commit is contained in:
Sebastian Kügler 2013-02-01 17:25:28 +01:00
parent b33fbfea4f
commit 6c5025a866

View File

@ -73,7 +73,7 @@ void CoreBindingsPlugin::registerTypes(const char *uri)
// qmlRegisterType<Plasma::Svg>(uri, 0, 1, "Svg"); // qmlRegisterType<Plasma::Svg>(uri, 0, 1, "Svg");
// qmlRegisterType<Plasma::FrameSvg>(uri, 0, 1, "FrameSvg"); // qmlRegisterType<Plasma::FrameSvg>(uri, 0, 1, "FrameSvg");
// qmlRegisterType<Plasma::SvgItem>(uri, 0, 1, "SvgItem"); qmlRegisterType<Plasma::SvgItem>(uri, 0, 1, "SvgItem");
// qmlRegisterType<Plasma::FrameSvgItem>(uri, 0, 1, "FrameSvgItem"); // qmlRegisterType<Plasma::FrameSvgItem>(uri, 0, 1, "FrameSvgItem");
// //
// qmlRegisterType<ThemeProxy>(uri, 0, 1, "Theme"); // qmlRegisterType<ThemeProxy>(uri, 0, 1, "Theme");