go-qml / qml

QML support for the Go language
Other
1.96k stars 187 forks source link

.On() signals not working on MacOS #24

Closed tmc closed 10 years ago

tmc commented 10 years ago

The signals used in the snapweb and qmlscene examples that use On() appear to not get invoked on MacOS (Qt 5.2.0, MacOS 10.9)

niemeyer commented 10 years ago

What release of Qt 5.2.0 is it running with? Any error messages?

I can confirm that both of these examples are working fine on an Ubuntu Linux with Qt 5.2.0 beta1.

tmc commented 10 years ago

A build of the stable branch about a week ago. Building a new one now. No errors that I could get to show up but I'm not familiar with any debugging flags/env vars for qt or anything like that.

niemeyer commented 10 years ago

Make sure you are running the latest code of the qml package too. As mentioned in the list, a minor fix was necessary, and was pushed yesterday before this issue was opened.

tmc commented 10 years ago

I am and was running current HEAD. No behavior change with the new build.

niemeyer commented 10 years ago

Okay, thanks for checking. I'll investigate the behavior on 5.2 more carefully.

tmc commented 10 years ago

As of 5.2.0 this appears to be fixed!