| 113 | } |
| 114 | |
| 115 | QString GraphView::urlToLocalFile(QUrl url) const noexcept |
| 116 | { |
| 117 | if (url.isLocalFile()) |
| 118 | return url.toLocalFile(); |
| 119 | return QString{}; |
| 120 | } |
| 121 | //----------------------------------------------------------------------------- |
| 122 | |
| 123 |
nothing calls this directly
no outgoing calls
no test coverage detected