Don't believe thats the case.
Qt Code:
std::string x = title.toStdString();To copy to clipboard, switch view to plain text mode
The above works just fine, but FindWindow needs a widestring param.
Don't believe thats the case.
Qt Code:
std::string x = title.toStdString();To copy to clipboard, switch view to plain text mode
The above works just fine, but FindWindow needs a widestring param.
Bookmarks