MCPcopy Create free account
hub / github.com/ElementsProject/elements / PathToQString

Function PathToQString

src/qt/guiutil.cpp:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682QString PathToQString(const fs::path &path)
683{
684 return QString::fromStdString(path.u8string());
685}
686
687QString NetworkToQString(Network net)
688{

Callers 7

dataDirMethod · 0.85
blocksDirMethod · 0.85
BackupSettingsFunction · 0.85
ipcServerNameFunction · 0.85
getDefaultDataDirectoryFunction · 0.85
openDebugLogfileFunction · 0.85
openBitcoinConfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected