diff --git a/KomplexHubPlugin/common/qwallet.cpp b/KomplexHubPlugin/common/qwallet.cpp index fd8f08e..194a6bd 100644 --- a/KomplexHubPlugin/common/qwallet.cpp +++ b/KomplexHubPlugin/common/qwallet.cpp @@ -133,3 +133,8 @@ auto QWallet::errorString() const -> const QString & { return m_errorString; } + +auto QWallet::setErrorString(const QString &errorString) const -> void +{ + m_errorString = errorString; +}