mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:23:24 +00:00
Mobile: drop extra argument to QString
Clearly a cut and paste error. Only creates a harmless warning, still... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
db706193e1
commit
4111de70e8
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ bool QMLManager::verifyCredentials(QString email, QString password, QString pin)
|
|||
{
|
||||
setStartPageText(tr("Testing cloud credentials"));
|
||||
if (pin.isEmpty())
|
||||
appendTextToLog(QStringLiteral("verify credentials for email %1 (no PIN)").arg(email, pin));
|
||||
appendTextToLog(QStringLiteral("verify credentials for email %1 (no PIN)").arg(email));
|
||||
else
|
||||
appendTextToLog(QStringLiteral("verify credentials for email %1 PIN %2").arg(email, pin));
|
||||
CloudStorageAuthenticate *csa = new CloudStorageAuthenticate(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue