Skip to content

Fix crash in debug console

Vlad Zahorodnii requested to merge work/fix-crash into master

We need an explicit return type; otherwise a QStringBuilder object will be returned, which can reference already destroyed strings.

Merge request reports