Hi all
In the source code of Qt, we could see the below code
VS9 will report a warning:We all know returning address of local var is very dangerous!warning C4172: returning address of local variable or temporary
I want to know is that(return QVariant()correct?
Bookmarks