MCPcopy Create free account
hub / github.com/LUX-Core/lux / boostPathToQString

Function boostPathToQString

src/qt/guiutil.cpp:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943QString boostPathToQString(const boost::filesystem::path& path)
944{
945 return QString::fromStdString(path.string(utf8));
946}
947#else
948#warning Conversion between boost path and QString can use invalid character encoding with boost_filesystem v2 and older
949boost::filesystem::path qstringToBoostPath(const QString& path)

Callers 7

dataDirMethod · 0.85
ipcServerNameFunction · 0.85
openDebugLogfileFunction · 0.85
openConfigfileFunction · 0.85
openMNConfigfileFunction · 0.85
showBackupsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected