We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ca081 commit 12f03bcCopy full SHA for 12f03bc
1 file changed
Plugins/WebBrowser/PasswordStore.cpp
@@ -141,7 +141,7 @@ QVariantMap CPasswordStore::getCredentials(const QString &host)
141
void CPasswordStore::saveCredentials(
142
const QString &host, const QString &username, const QString &password)
143
{
144
- if (host.isEmpty() || username.isEmpty()) return;
+ if (host.isEmpty() || username.isEmpty() || !m_pPara) return;
145
146
QString szFile;
147
szFile = RabbitCommon::CDir::Instance()->GetDirUserData()
0 commit comments