Re: [Development] QMetaTypeId::Defined illegal in Qt 5.5 beta

2015-05-16 Thread Roland Winklmeier
Hi Olivier, On 05/16/2015 12:34 PM, Olivier Goffart wrote: > This was not intentional. > I made a fix here: https://codereview.qt-project.org/112436 I was about to suggest the same and then saw your email. I was able to patch my local installation and it works perfectly. Thanks for the quick rep

Re: [Development] QMetaTypeId::Defined illegal in Qt 5.5 beta

2015-05-16 Thread Olivier Goffart
On Saturday 16. May 2015 11:12:48 Roland Winklmeier wrote: > Hi all, > > I was testing the Qt 5.5 beta binaries with my application and quickly > run into the following issue: > > Short version: > The expression "QMetaTypeId::Defined" seems to be no longer > allowed in 5.5. It is fine until 5.4.2

[Development] QMetaTypeId::Defined illegal in Qt 5.5 beta

2015-05-16 Thread Roland Winklmeier
Hi all, I was testing the Qt 5.5 beta binaries with my application and quickly run into the following issue: Short version: The expression "QMetaTypeId::Defined" seems to be no longer allowed in 5.5. It is fine until 5.4.2 (or more precise until 3cf8e426f49ee6adb1090865854506aa92316ce3). Is this