Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/src/commit/07f111bef219b73eb46c73e294dd47e9014b8e5c/tools/pdf2image/core/UBPlatformUtils.cpp You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 
OpenBoard/tools/pdf2image/core/UBPlatformUtils.cpp

10 lines
178 B

#include <QtCore>
#include "UBPlatformUtils.h"
QString UBPlatformUtils::applicationResourcesDirectory()
{
return QCoreApplication::applicationDirPath() + "/resources";
}