Re: [Development] QObject enum not readable in QML with Qt 5.12.4

2019-08-20 Thread Fabrice Mousset | GEOCEPT GmbH
> > Fabrice Mousset (20 August 2019 18:05) > > I've got this issue when qtquickcompiler is enabled! > > When I remove qtquickcompiler, it works! > > Please file a bug report against the qtquickcompiler, > > Eddy. Bug is reported ==> https://bugreports.qt.io/browse/QTBUG-77748 Best regard

Re: [Development] QObject enum not readable in QML with Qt 5.12.4

2019-08-20 Thread Edward Welbourne
Fabrice Mousset (20 August 2019 18:05) > I've got this issue when qtquickcompiler is enabled! > When I remove qtquickcompiler, it works! Please file a bug report against the qtquickcompiler, Eddy. ___ Development mailing list Development@qt-proj

Re: [Development] QObject enum not readable in QML with Qt 5.12.4

2019-08-20 Thread Fabrice Mousset | GEOCEPT GmbH
; An: development@qt-project.org > Betreff: [Development] QObject enum not readable in QML with Qt 5.12.4 > > Hi all, > > I am **modernizing** our application from Qt 5.4.2 to last LTS version (Qt > 5.12.4). > I have a problem which I can't understand and needs some help. > &

[Development] QObject enum not readable in QML with Qt 5.12.4

2019-08-20 Thread Fabrice Mousset | GEOCEPT GmbH
Hi all, I am **modernizing** our application from Qt 5.4.2 to last LTS version (Qt 5.12.4). I have a problem which I can't understand and needs some help. I have declared a QQuickPaintedItem object which has an enumeration to defined drawing types, like this: class TourPlayerItem : public QQuic