[Differential] [Changed Subscribers] D2877: Use Plasma::PluginLoader to list applets

2016-09-29 Thread mart (Marco Martin)
mart added inline comments. INLINE COMMENTS > widgetexplorer.cpp:138 > for (auto data : list) { > const KPluginInfo info(data); > if (!info.isValid()) { this shouldn't be necessary anymore as data should be a kplugininfo now? REPOSITORY rPLASMAWORKSPACE Plasma Workspace

[Differential] [Changed Subscribers] D2877: Use Plasma::PluginLoader to list applets

2016-09-27 Thread apol (Aleix Pol Gonzalez)
apol added inline comments. INLINE COMMENTS > widgetexplorer.cpp:135 > QStringList cats; > -const QList list = > KPackage::PackageLoader::self()->listPackages(QStringLiteral("Plasma/Applet"), > QStringLiteral("plasma/plasmoids")); > +const QList list = > PluginLoader::self()->list