mirror of
https://github.com/YACReader/yacreader
synced 2025-11-08 02:54:45 -05:00
8 lines
86 B
C++
8 lines
86 B
C++
#include "httpglobal.h"
|
|
|
|
const char* getQtWebAppLibVersion()
|
|
{
|
|
return "1.6.5";
|
|
}
|
|
|