MCPcopy Create free account
hub / github.com/cneben/QuickQanava / urlToLocalFile

Method urlToLocalFile

src/qanGraphView.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115QString GraphView::urlToLocalFile(QUrl url) const noexcept
116{
117 if (url.isLocalFile())
118 return url.toLocalFile();
119 return QString{};
120}
121//-----------------------------------------------------------------------------
122
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected