mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 22:40:55 -04:00
Review fixes
This commit is contained in:
parent
bf57a28654
commit
4c9b8c7794
9 changed files with 117 additions and 62 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue