![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/private/qglobal_p.h>
#include "QtCore/qurl.h"
#include "QtCore/qbytearray.h"
#include "QtCore/qstring.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) |
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.