From kde-bindings Thu Jul 08 18:59:28 2010 From: Petr =?utf-8?q?Van=C4=9Bk?= Date: Thu, 08 Jul 2010 18:59:28 +0000 To: kde-bindings Subject: Re: [Kde-bindings] smoke/qtgui build failure against qt-4.7 Message-Id: <201007082059.28327.petr () scribus ! info> X-MARC-Message: https://marc.info/?l=kde-bindings&m=127861562421466 Dne čtvrtek 08 Červenec 2010 20:30:10 Arno Rehn napsal(a): > https://bugs.kde.org/show_bug.cgi?id=243971 > --- Comment #1 from Arno Rehn 2010-07-08 20:30:06 --- > could you post that failing x_20.cpp file? maybe it's off topic, but lot of sw is affected with changed QString behaviour. For example this previously valid code cannot be compiled anymore in qt 4.7: class Foo { Foo(); private: QString s; }; Foo::Foo() : s(0) // this has to be initialized with eg. QString(). 0 is disallowed { } _______________________________________________ Kde-bindings mailing list Kde-bindings@kde.org https://mail.kde.org/mailman/listinfo/kde-bindings