|
LMMS
|
#include <QByteArray>#include <QMetaType>#include <QString>#include <QVariant>Go to the source code of this file.
Namespaces | |
| namespace | lmms |
| namespace | lmms::base64 |
Functions | |
| void | lmms::base64::encode (const char *_data, const int _size, QString &_dst) |
| template<class T> | |
| void | lmms::base64::decode (const QString &_b64, T **_data, int *_size) |
| QVariant | lmms::base64::decode (const QString &b64, QMetaType::Type forceType) |