Hi all,

Upon running my QT application, I am seeing the following Unexpected null receiver error. What is this error?

QCoreApplication:ostEvent: Unexpected null receiver
file:///home/andy/Qt/5.3/gcc_64/qml/QtQuick/Controls/ApplicationWindow.qml: Conflicting properties 'visible' and 'visibility' for Window 'root'

The error also mentions something about conflicting 'visible' and 'visibility' properties in ApplicationWindow.qml

Can someone please explain what could be going on?

Thanks.