Skip to content

Commit

Permalink
Use Totp instead of QTotp
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfogc committed Nov 21, 2017
1 parent 17d7896 commit d17156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/TotpKeyDisplayDialog.cpp
Expand Up @@ -84,7 +84,7 @@ void TotpKeyDisplayDialog::autoClose()

QUrl TotpKeyDisplayDialog::totpKeyUri(const Entry* entry) const
{
return QTotp::generateOtpString(entry->totpSeed(),
return Totp::generateOtpString(entry->totpSeed(),
QString("totp"),
QString(entry->title()),
QString(entry->username()),
Expand Down

0 comments on commit d17156e

Please sign in to comment.