1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00
Files
sdrangel/httpserver/httpglobal.cpp
T
2017-08-23 18:47:07 +02:00

8 lines
86 B
C++

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