Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Sebastian Kügler
On Saturday, February 21, 2015 17:19:02 Alexander Richardson wrote: > 2015-02-21 14:43 GMT+00:00 Marco Martin : > > On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson > > > > wrote: > >> and then we could also have something like > >> KServiceTypeTrader::findPlugin(serviceType, name) that expa

Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 14:43 GMT+00:00 Marco Martin : > On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson > wrote: >> and then we could also have something like >> KServiceTypeTrader::findPlugin(serviceType, name) that expands to >> KServiceTypeTrader::self()->query(serviceType, [](const KPluginInfo &inf

Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 10:02 GMT+00:00 Marco Martin : > Hi all, > As you may have noticed, right now starting plasma is a big spam of > the following error: > Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, > use KPluginInfo::pluginName() in "/whatever/plugin.so" instead. > > i tried to s

Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Marco Martin
On Sat, Feb 21, 2015 at 3:43 PM, Marco Martin wrote: > On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson > wrote: >> and then we could also have something like >> KServiceTypeTrader::findPlugin(serviceType, name) that expands to >> KServiceTypeTrader::self()->query(serviceType, [](const KPlu

Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Marco Martin
On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson wrote: > and then we could also have something like > KServiceTypeTrader::findPlugin(serviceType, name) that expands to > KServiceTypeTrader::self()->query(serviceType, [](const KPluginInfo &info) { > return info.pluginName() == name; > } > >

Re: Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Sebastian Kügler
On Saturday, February 21, 2015 11:02:48 Marco Martin wrote: > As you may have noticed, right now starting plasma is a big spam of > the following error: > Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, > use KPluginInfo::pluginName() in "/whatever/plugin.so" instead. > > i t

Warning: KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated

2015-02-21 Thread Marco Martin
Hi all, As you may have noticed, right now starting plasma is a big spam of the following error: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/whatever/plugin.so" instead. i tried to see where it happens, and seems it's in ktradeparsetree.