Skip to content
Snippets Groups Projects
Commit 1a6b62a2 authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

Clang: Fix text format for completion details


The tooltip text right to the completion list item is prepared for rich
text (html) interpretation, but the QLabel the text will finally be
displayed with has no explicit text format set and thus defaults to auto
detection. The auto detection works fine for e.g. "<i>int optionalArg</
i>" but fails for "const Foo&amp;".

Task-number: QTCREATORBUG-15630
Change-Id: Ia58d65ee542730e4823c69150d452cdde98112f8
Reviewed-by: default avatarMarco Bubke <marco.bubke@theqtcompany.com>
parent 6dd80acc
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment