changeset 26190:c2137ac45dd9

fix build failure with Qt4.8 (bug #55191) * documentation (update_history): do not use option QUrl::FullyEncoded, which is not required and not exisiting in Qt 4
author Torsten <mttl@mailbox.org>
date Mon, 10 Dec 2018 18:21:58 +0100
parents 05e8cc761c14
children f41494a4977f
files libgui/src/documentation.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/documentation.cc	Sun Dec 09 22:53:54 2018 -0800
+++ b/libgui/src/documentation.cc	Mon Dec 10 18:21:58 2018 +0100
@@ -724,7 +724,7 @@
         // Sinve the title only contains the section name and not the
         // specific anchor, extract the latter from the url and append
         // it to the title
-        QString url = m_doc_browser->historyUrl (prev_next*(i+1)).toString (QUrl::FullyEncoded);
+        QString url = m_doc_browser->historyUrl (prev_next*(i+1)).toString ();
         if (url.contains ('#'))
           {
             // Get the anchor from the url