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

Function qstringToBoostPath

src/qt/guiutil.cpp:831–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829
830#if BOOST_FILESYSTEM_VERSION >= 3
831boost::filesystem::path qstringToBoostPath(const QString &path)
832{
833 return boost::filesystem::path(path.toStdString(), utf8);
834}
835
836QString boostPathToQString(const boost::filesystem::path &path)
837{

Callers 2

checkMethod · 0.85
pickDataDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected