I'm trying to change the text of a QLabel like this:
@movieTitle->setText(Title);@
Title is a QString. But that doesn't work. So I tested it by putting a word in quotes like:
@movieTitle->setText("Batman");@
And that works! I can't even fathom what this issue is. Any ideas? Thanks a million!