Summary: | Text in statusbar shows leading "<qt>" | ||
---|---|---|---|
Product: | [Applications] khelpcenter | Reporter: | Burkhard Lück <lueck> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alvarenga |
Priority: | NOR | ||
Version: | 5.6.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/khelpcenter/9179039c028e396afb8018a5cf18f14505a0ecda | Version Fixed In: | 5.7.1 |
Sentry Crash Report: |
Description
Burkhard Lück
2016-04-18 14:05:03 UTC
Git commit 9179039c028e396afb8018a5cf18f14505a0ecda by Luigi Toscano. Committed on 26/06/2016 at 14:25. Pushed by ltoscano into branch 'Applications/16.04'. Clean the status bar message from the HTML part The message for the status bar that is returned by the HTML part is considered rich text as it starts by "<qt>", but without real HTML tags/rich text markers. So clean it before showing it (which means the removal of the "<qt>" prefix). Thanks Pino for the QTextDocument hint. FIXED-IN: 5.7.1 M +9 -1 mainwindow.cpp M +1 -0 mainwindow.h http://commits.kde.org/khelpcenter/9179039c028e396afb8018a5cf18f14505a0ecda |