QtWebApp
httpglobal.cpp
1 #include "httpglobal.h"
2 
3 const char* getQtWebAppLibVersion()
4 {
5  return "1.8.5";
6 }
7 
DECLSPEC const char * getQtWebAppLibVersion()
Get the library version number.
Definition: httpglobal.cpp:3