Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
787
QString boostPathToQString(const fs::path &path)
788
{
789
return QString::fromStdString(path.string(utf8));
790
}
791
792
QString formatDurationStr(int secs)
793
{
Callers
6
dataDir
Method · 0.85
BackupSettings
Function · 0.85
getDefaultDataDirectory
Method · 0.85
ipcServerName
Function · 0.85
openDebugLogfile
Function · 0.85
openBitcoinConf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected