Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdataurl.cpp File Reference

(1f2863ae48714dfa8b421ffd58168bfbe8fa19b0)

#include "qplatformdefs.h"
#include "qurl.h"
#include "private/qdataurl_p.h"
Include dependency graph for qdataurl.cpp:

Go to the source code of this file.

Functions

Q_CORE_EXPORT bool qDecodeDataUrl (const QUrl &uri, QString &mimeType, QByteArray &payload)

Function Documentation

◆ qDecodeDataUrl()

Q_CORE_EXPORT bool qDecodeDataUrl ( const QUrl & uri,
QString & mimeType,
QByteArray & payload )

Decode a data: URL into its mimetype and payload. Returns a null string if the URL could not be decoded.

Definition at line 19 of file qdataurl.cpp.