MCPcopy 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
677fs::path QStringToPath(const QString &path)
678{
679 return fs::u8path(path.toStdString());
680}
681
682QString PathToQString(const fs::path &path)
683{

Callers 2

checkMethod · 0.85
showIfNeededMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected