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

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

    XMLWordPrintable

Details

    • 8
    • b65af14a2 (dev), aac71446d (6.9), 3773e1392 (6.8), f918a4ad9 (tqtc/lts-6.5)
    • 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

        For Gerrit Dashboard: QTBUG-134665
        # Subject Branch Project Status CR V

        Activity

          People

            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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are 2 open Gerrit changes