! * Returns the last error that occured during the last parse step. */
| 123 | * Returns the last error that occured during the last parse step. |
| 124 | */ |
| 125 | QString AbstractFileFilter::lastError() const { |
| 126 | return m_lastError; |
| 127 | } |
| 128 | |
| 129 | void AbstractFileFilter::setLastError(const QString& error) { |
| 130 | m_lastError = error; |
no outgoing calls