Updated patch.
-Jignesh
On Thu, Jun 14, 2012 at 9:42 PM, Jignesh Kakadiya
wrote:
> Hi,
>
> All occurrences of KGlobal::staticQString in kdelibs are removed in favour
> of direct usage of QLatin1String.
>
> Please review it.
>
> Thanks,
> Jignesh
>
staticQString_cleanup.patch
Description: Binar
Hi,
All occurrences of KGlobal::staticQString in kdelibs are removed in favour
of direct usage of QLatin1String.
Please review it.
Thanks,
Jignesh
staticQString_cleanup.patch
Description: Binary data
___
Kde-frameworks-devel mailing list
Kde-framewor
On Thursday 14 June 2012 22:13:28 Jignesh Kakadiya wrote:
> Updated patch.
This will call db.mimeTypeForName() every time, in the unlikely where the
mimetype is missing, so my suggestion was
defaultFolderIcon = "unknown";
rather than
return DesktopIcon( "unknown", _size, _state );
(just under