This commit is contained in:
Sebastian Kügler 2013-02-20 02:27:41 +01:00
parent 4375b61759
commit 0c2793718b

View File

@ -103,7 +103,7 @@ void CoreBindingsPlugin::registerTypes(const char *uri)
qmlRegisterInterface<Plasma::DataSource>("DataSource");
qRegisterMetaType<Plasma::DataSource*>("DataSource");
qDebug() << "====> org.kde.plasma.core registered.";
}