I have very strange behavior for my QML pages. This used to be normal, but has recently changed. I have main.qml that uses a component from another file (e.g. component.qml). Therefore, when I update component.qml, nothing changes if I run mail.cpp. I have to comment and then immediately uncomment the line where I use this component in main.qml, and only then it will change. Any solution for this?
source
share