Comment 2 for bug 1528668

Revision history for this message
MichaƂ Sawicz (saviq) wrote : Re: Qt.application.active not working correctly

As per http://doc.qt.io/qt-5/qml-qtqml-qt.html#application-prop

application.active Deprecated, use Qt.application.state == Qt.ApplicationActive instead.

We should not have changed the behaviour of the .active property though.