MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / lastErrorMessage

Method lastErrorMessage

src/sync/WizToken.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected