1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-20 22:53:59 -04:00
sdrangel/httpserver/httpglobal.cpp

8 lines
86 B
C++
Raw Normal View History

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