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

Function boostPathToQString

src/qt/guiutil.cpp:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787QString boostPathToQString(const fs::path &path)
788{
789 return QString::fromStdString(path.string(utf8));
790}
791
792QString formatDurationStr(int secs)
793{

Callers 6

dataDirMethod · 0.85
BackupSettingsFunction · 0.85
ipcServerNameFunction · 0.85
openDebugLogfileFunction · 0.85
openBitcoinConfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected