[Interest] QML Signal to C++ Slot with QVariant is not working with Qt5.3
Railway Coder
railwaycoder at gmail.com
Mon Jun 30 19:02:09 CEST 2014
Hi,
I've created a bugreport for this:
https://bugreports.qt-project.org/browse/QTBUG-39971
I have found out that QVariant Signal is working in Qt5.3 if I change the
QML Signal from:
signal qmlSignal2(var anObject)
to:
signal qmlSignal4(variant anObject)
Best Regards,
railwaycoder
2014-06-28 21:31 GMT+02:00 Alan Ezust <alan.ezust at gmail.com>:
> I can confirm that your code works with 5.2.1 but does not work with 5.3.0.
> And I don't know why it doesn't work with 5.3.0.
> Looks like a bug to me.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140630/81310005/attachment.html>
More information about the Interest
mailing list