Skip to content
Commit 82c3c789 authored by Maciek Zarzycki's avatar Maciek Zarzycki
Browse files

Fix pretty printer for QString.

The printer may be ran when the QString object is not yet initialized.
In this case we might get memory access violation resulting from
undefined value of QString::size.
Wrap the printer inside try/except to prevent this.

BUG: 280201
REVIEW: 102778
parent 8eb40e8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment