Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 14.0.0
-
None
Description
Qt 5.14 QString cannot be decoded, Qt 5.15 QString works fine.
Snippet:
#include <QString> int main(int argc, char *argv[]) { const QString s = "Hello World"; return 0; }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-31373 QString variable value is <not accessible> in the debugger window
-
- Closed
-