Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
675
QString PathToQString(const fs::path &path)
676
{
677
return QString::fromStdString(path.utf8string());
678
}
679
680
QString NetworkToQString(Network net)
681
{
Callers
7
dataDir
Method · 0.85
blocksDir
Method · 0.85
BackupSettings
Function · 0.85
ipcServerName
Function · 0.85
getDefaultDataDirectory
Function · 0.85
openDebugLogfile
Function · 0.85
openBitcoinConf
Function · 0.85
Calls
1
utf8string
Method · 0.80
Tested by
no test coverage detected