| 164 | errorString = reason; |
| 165 | } |
| 166 | bool setErrorB(const QString &reason) |
| 167 | { |
| 168 | setError(reason); |
| 169 | return false; |
| 170 | } |
| 171 | QString errorString{}; |
| 172 | |
| 173 | // If set, fill it (if possible). The playlistItem has ownership of this. |
no outgoing calls
no test coverage detected