go-qml / qml

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

Fix for error: narrowing conversion from 'QtMsgType' to 'int' #115

Closed nstratos closed 5 years ago

nstratos commented 9 years ago

Fix for error: narrowing conversion of 'severity' from 'QtMsgType' to 'int'

I've followed the instructions to install MinGW and Qt (and the missing pkg-config) on windows/386. Then I've tried to do:

go build imgprovider.go 

to build that example and I encountered the above error. After consulting the question in here the build passed and the gopher+Ubuntu logo finally appeared on the screen.

nstratos commented 5 years ago

Closing due to inactivity.