! Returns a human-readable description of the last error that occurred. This is useful for presenting a error message to the user when receiving a commandFinished() or a done() signal with the \c error argument set to \c true. The error string is often (but not always) the reply from the server, so it is not always possible to translate the string. If the message comes
| 2143 | tr(). |
| 2144 | */ |
| 2145 | QString QFtp::errorString() const |
| 2146 | { |
| 2147 | return d->errorString; |
| 2148 | } |
| 2149 | |
| 2150 | /*! \internal |
| 2151 | */ |
no outgoing calls
no test coverage detected