Review fixes

This commit is contained in:
Weslly 2017-05-03 20:54:19 -03:00
parent bf57a28654
commit 4c9b8c7794
9 changed files with 117 additions and 62 deletions

View file

@ -41,7 +41,7 @@ TotpDialog::TotpDialog(DatabaseWidget* parent, Entry* entry)
uCounter = resetCounter();
updateProgressBar();
QTimer *timer = new QTimer(this);
QTimer* timer = new QTimer(this);
connect(timer, SIGNAL(timeout()), this, SLOT(updateProgressBar()));
connect(timer, SIGNAL(timeout()), this, SLOT(updateSeconds()));
timer->start(m_step * 10);