TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Classes | |
class | QHttpServer |
The class of the http server. More... | |
Macros | |
#define | QHTTPSERVER_VERSION_MAJOR 0 |
#define | QHTTPSERVER_VERSION_MINOR 1 |
#define | QHTTPSERVER_VERSION_PATCH 0 |
Variables | |
QHash< int, QString > | STATUS_CODES |
Maps status codes to string reason phrases. More... | |
#define QHTTPSERVER_VERSION_MAJOR 0 |
Definition at line 22 of file qhttpserver.h.
#define QHTTPSERVER_VERSION_MINOR 1 |
Definition at line 23 of file qhttpserver.h.
#define QHTTPSERVER_VERSION_PATCH 0 |
Definition at line 24 of file qhttpserver.h.
QHash<int, QString> STATUS_CODES |
Maps status codes to string reason phrases.
Definition at line 9 of file qhttpserver.cpp.
Referenced by QHttpResponsePrivate::writeHead().