MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / PathToQString

Function PathToQString

src/qt/guiutil.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675QString PathToQString(const fs::path &path)
676{
677 return QString::fromStdString(path.utf8string());
678}
679
680QString NetworkToQString(Network net)
681{

Callers 7

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

Calls 1

utf8stringMethod · 0.80

Tested by

no test coverage detected