Commit 805a850f authored by Michael Brüning's avatar Michael Brüning
Browse files

Convert QStrings with qUtf8Printable for GTK API calls


The fix for dangling pointers in 524f39 caused some problems when the
QByteArray was implicitly converted to const gchar*. This is fixed
by wrapping the QString in question in qUtf8Printable where possible
and removing the former convenience method.

Task-number: QTBUG-59692
Change-Id: I5abcf42e1c23b12c7a5c4c195d801f377fe9d138
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
parent f901afaf
Showing with 20 additions and 25 deletions
Supports Markdown
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