Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134665

Add qDecodeDataUrl overload for QString, Q*StringView or such-like

XMLWordPrintable

    • 8
    • b65af14a2 (dev), aac71446d (6.9), 3773e1392 (6.8), f918a4ad9 (tqtc/lts-6.5)
    • Foundation PM Prioritized

      Qt has a private function to parse data from base64 encoded strings. It takes a QUrl as a parameter, which in some cases has to be constructed from a string, e.g. in QSvgHandler, only to be converted back within the function.

      Suggested solution: Overload bool qDecodeDataUrl(const QUrl &url, ...); with options so QString and similar classes can be passed efficiently.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ahmad.samir Ahmad Samir
            matthias_rauter Matthias Rauter
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are 2 open Gerrit changes