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

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

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Core: Other
    • b65af14a2 (dev)
    • Foundation PM Prioritized

    Description

      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.

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            matthias_rauter Matthias Rauter
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes