Skip to content
Commit 70d356c2 authored by ivan tkachenko's avatar ivan tkachenko 🗯 Committed by Alexander Lohnau
Browse files

SharedQmlEngine: Improve errors reporting

Using error object's own toString() implementation saves us from the
hassle of reinventing the wheel. Using .noquote().nospace() makes
things generally more readable, because error messages are expected to
be pre-formatted and are not suitable for further escaping. Finally,
using logging category to provide uniform control over logging levels.
parent f83271ab
Pipeline #551656 passed with stage
in 1 minute and 54 seconds
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