Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
QString PathToQString(const fs::path &path)
683
{
684
return QString::fromStdString(path.u8string());
685
}
686
687
QString NetworkToQString(Network net)
688
{
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
no outgoing calls
Tested by
no test coverage detected