| 192 | } |
| 193 | |
| 194 | QString FileTransfer::getTemporaryString() const |
| 195 | { |
| 196 | if (!_stringBuffer) |
| 197 | throw runtime_error("Expected temporary string output where none was specified"); |
| 198 | return *_stringBuffer; |
| 199 | } |
| 200 | |
| 201 | QString FileTransfer::getLogin() const |
| 202 | { |
no test coverage detected