From kde-devel Sat Jun 23 18:55:25 2007 From: Jeremy Whiting Date: Sat, 23 Jun 2007 18:55:25 +0000 To: kde-devel Subject: Re: kdebase/apps fixes - Krazy Message-Id: <200706231255.25153.jeremy () scitools ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=118262505401604 Hej Kris, There were a couple places in here that you fixed where the app was relying on non-const QString getting passed in by value and copied. I fixed a couple of them by copying the const QString & to a local temp variable, but others I just reverted and leave to the app developer to find a better way to fix them later. Anyway, it's checked in just now. Thanks, Jeremy Whiting On Friday 22 June 2007 07:23:32 pm Kris Thomsen wrote: > Hi! > > I have made some simple fixes to kdebase/apps. > > // Kristho >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<