Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ errorText
Method
errorText
src/core/georeferencing.cpp:346–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
QString ProjTransform::errorText() const
347
{
348
auto err_no = *pj_get_errno_ref();
349
return (err_no == 0) ? QString() : QString::fromLatin1(pj_strerrno(err_no));
350
}
351
352
#else
353
Callers
1
getErrorText
Method · 0.80
Calls
1
QString
Class · 0.70
Tested by
no test coverage detected