src: fix compiler warnings

This commit is contained in:
selsta
2019-07-16 03:34:46 +02:00
parent 4370733b2b
commit e04d563eb4
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public:
}
auto tmpPass = m_mgr->m_passphrase.toStdString();
m_mgr->m_passphrase = QString::null;
m_mgr->m_passphrase = QString();
return Monero::optional<std::string>(tmpPass);
}