Update QtWebApp to v1.8.6

This commit is contained in:
Felix Kauselmann
2022-10-08 13:38:52 +02:00
parent 083888efde
commit 2e72e428ba
14 changed files with 157 additions and 39 deletions

View File

@ -23,5 +23,9 @@
/** Get the library version number */
DECLSPEC const char* getQtWebAppLibVersion();
#if __cplusplus < 201103L
#define nullptr 0
#endif
#endif // HTTPGLOBAL_H