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
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
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
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
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;
> }
>
>
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
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.