MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / convertCharArray

Function convertCharArray

Engine/StandardPaths.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static QString
182convertCharArray(const wchar_t *path)
183{
184 return QDir::fromNativeSeparators( QString::fromWCharArray(path) );
185}
186
187#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
188//static

Callers 1

StandardPaths.cppFile · 0.85

Calls 1

fromNativeSeparatorsFunction · 0.85

Tested by

no test coverage detected