[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: KDE/kdebase/kicker/kicker
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2006-01-05 16:09:39
Message-ID: 200601051709.39241.nicolasg () snafu ! de
[Download RAW message or body]

On Wednesday 04 January 2006 22:29, David Faure wrote:
> On Wednesday 04 January 2006 19:31, Chusslove Illich wrote:
> > > [: Alexander Neundorf :]
> > > I mean, I don't want to go through the whole svn and commit changes if
> > > there is something different going here.
> >
> > I'd just like to comment that Laurent Montel (mlaurent) seems to had been
> > going through kdelibs two days ago and converting in the opposite way,
> > from QString::null to QString()...
>
> We know that, this is what made the unexpected gcc-3.2.3 behavior appear.
>
> So - anyone with 3.3 to test this?

Sorry I cannot test with Qt4/KDE4, but I can compile the attached program with
Qt3 while compiling with gcc 3.3.1 (-SuSE 9.0).

Have a nice day!

["test.cpp" (text/x-c++src)]

#include <qstring.h>

QString test(const QString& str)
{
   return str;
}

int main(void)
{
   test(QString());
   test(QString::null);
}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic