Why QString function must return string
Solved
General and Desktop
-
I found a problem that I write a QString function without return value, then it was broken. But when I add return at the end, it work well, WHY?!
-
Hi,
Please take a look at this C++ tutorial about functions.
-
Hi,
Please take a look at this C++ tutorial about functions.