| 
    Albert
    
   | 
 
#include <albert/export.h>#include <memory>Go to the source code of this file.
Classes | |
| class | albert::detail::RateLimiter | 
| Blocks execution.  More... | |
Namespaces | |
| namespace | albert | 
| Albert core interface namespace.  | |
| namespace | albert::util | 
| Albert utility namespace.  | |
| namespace | albert::detail | 
| Albert private namespace.  | |
Functions | |
| QNetworkAccessManager & | albert::util::network () | 
| Returns a global, threadlocal QNetworkAccessManager.   | |
| QNetworkReply * | albert::util::await (QNetworkReply *reply) | 
Blocks until reply is finished.   | |
| QString | albert::util::percentEncoded (const QString &string) | 
| Returns string percent encoded.   | |
| QString | albert::util::percentDecoded (const QString &string) | 
| Returns string percent decoded.   | |