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