|
Albert
|
Go to the source code of this file.
Namespaces | |
| namespace | albert |
Functions | |
| QNetworkAccessManager & | albert::network () |
| Returns a global, threadlocal QNetworkAccessManager. | |
| QNetworkReply * | albert::await (QNetworkReply *reply) |
| Blocks until reply is finished. | |
| QString | albert::percentEncoded (const QString &string) |
| Returns string percent encoded. | |
| QString | albert::percentDecoded (const QString &string) |
| Returns string percent decoded. | |