httpglobal.cpp 86 B

1234567
  1. #include "httpglobal.h"
  2. const char* getQtWebAppLibVersion()
  3. {
  4. return "1.9.1";
  5. }