mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
8 lines
86 B
C++
8 lines
86 B
C++
#include "httpglobal.h"
|
|
|
|
const char* getQtWebAppLibVersion()
|
|
{
|
|
return "1.8.6";
|
|
}
|
|
|