MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / qstringToBoostPath

Function qstringToBoostPath

src/qt/guiutil.cpp:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782fs::path qstringToBoostPath(const QString &path)
783{
784 return fs::path(path.toStdString(), utf8);
785}
786
787QString boostPathToQString(const fs::path &path)
788{

Callers 2

checkMethod · 0.85
pickDataDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected