Hi,<br>
<br>
I think that should force devs to call more methods than expected.
Using this constructors we are not forcing to call additional methods.<br>
<br>
I really think having it on factories or constructors (for example
KIO::copyJob(..., "thisIcon")) is shorter than having to call lots of
methods (in this case 2, one for the icon and other for the visible app
name on the kio_uiserver).<br>
<br>
The icon has nothing to do really with the delegate I think, since
there is no need of own delegate for having an icon on the
kio_uiserver, are different things.<br>
<br>
Yeah I can change it to get data from KGlobal::instance(), there is not problem about that.<br>
<br>
Bye,<br>
Rafael Fernández López.<br>