sdrangel/httpserver/httpglobal.cpp

8 lines
86 B
C++

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