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_p.h File Reference

(70edabf98bf56e29296a2921db97a38f60cf896a)

#include <QtCore/private/qglobal_p.h>
#include "QtCore/qurl.h"
#include "QtCore/qbytearray.h"
#include "QtCore/qstring.h"
Include dependency graph for qdataurl_p.h:

Go to the source code of this file.

Functions

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

Function Documentation

◆ qDecodeDataUrl()

QT_BEGIN_NAMESPACE 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.