problems generating ui_inspector_articulation.h while compiling mscore
Ever time I switch branches and come back to my local branch and recompile musescore,
the file ui_inspector_articulation.h gets regenerated incorrectly. I cannot figure out what's causing it.
Here is of copy of ui_inspector_articulation.h as generated. https://www.dropbox.com/s/l88vb754m453yju/ui_inspector_articulation.h?d…
A comment in the file says it gets generated by the file inspector_articulation.ui, here is a link to that file: https://www.dropbox.com/s/ces4723dweb548v/inspector_articulation.ui?dl=0
The problem is that the string resetTimeStretch1 is appearing rather than resetOrnamentStyle.
Can someone help me figure out why this is occurring? resetTimeStretch1 does not appear in inspector_articulation.ui anywhere.
Puzzled.
Comments
Maybe I found the problem. I was defining two widgets with the same name, resetTimeStretch.
Thanks for the help anyway, but I figured it out.