Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ QStringToPath
Function
QStringToPath
src/qt/guiutil.cpp:677–680 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
fs::path QStringToPath(const QString &path)
678
{
679
return fs::u8path(path.toStdString());
680
}
681
682
QString PathToQString(const fs::path &path)
683
{
Callers
2
check
Method · 0.85
showIfNeeded
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected