Chris7 / Mudlet2

Mudlet vesion 2.+
GNU General Public License v2.0
3 stars 2 forks source link

Invalid QML doesn't show errors and returns true #29

Open vadi2 opened 10 years ago

vadi2 commented 10 years ago

Given the following invalid QML: http://ge.tt/9TYhWO91/v/0

Loading it up just gives a blank window, returns true, and doesn't show any errors.

It might be good to check out the statusChanged signal while fixing this, as Qt recommends the design where you hook into the signal.