[Kde-bindings] smoke/qtgui build failure against qt-4.7

Petr Vaněk petr at scribus.info
Thu Jul 8 18:59:28 UTC 2010


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 <kde arnorehn de>  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
{
}




More information about the Kde-bindings mailing list