Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Cannot parse qml content(weird error)

$
0
0
Sometimes the parser can not parse the qml content correctly It always give me error messages at runtime like “can not bind function to double”, “no reference to xxx” example Item{   //..... PhotoViewer{ //...... }   } For some mysterious reason, the codes can’t work But when I change the file name from PhotoViewer to PhotoViewer2 it works. Item{   //..... PhotoViewer2{ //...... }   }

Viewing all articles
Browse latest Browse all 18427

Trending Articles