Posts by Rodrigo Passerino • 21 points
2 posts
-
1
votes2
answers125
viewsA: I cannot use char '&' Qt Creator
The problem was in the character '&' that was passed to the console. I put ' before each Qstring&' and the console understood as a character instead of a command.
-
0
votes2
answers125
viewsQ: I cannot use char '&' Qt Creator
I am trying to return a Qstring, which will be used as a URL and I need to use '&' as a separator in the URL. However, when the character is placed in Qstring, it breaks the URL and what should…