yacreader/third_party/QtWebApp/httpserver/httpglobal.cpp
Luis Ángel San Martín 986450eb20 Update QtWebApp to 1.8.3
nullptr redefinition for old __cplusplus versions has been removed, the rest is vanilla
2021-10-19 00:00:09 +02:00

8 lines
86 B
C++

#include "httpglobal.h"
const char* getQtWebAppLibVersion()
{
return "1.8.3";
}