| 155 | } |
| 156 | |
| 157 | QString WizTokenPrivate::lastErrorMessage() const |
| 158 | { |
| 159 | QMutexLocker locker(m_mutex); |
| 160 | Q_UNUSED(locker); |
| 161 | // |
| 162 | return m_lastErrorMessage; |
| 163 | } |
| 164 | |
| 165 | bool WizTokenPrivate::lastIsNetworkError() const |
| 166 | { |
no outgoing calls
no test coverage detected