mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 22:40:55 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -22,7 +22,6 @@
|
|||
#include "core/Config.h"
|
||||
#include "gui/Clipboard.h"
|
||||
|
||||
|
||||
TotpDialog::TotpDialog(DatabaseWidget* parent, Entry* entry)
|
||||
: QDialog(parent)
|
||||
, m_ui(new Ui::TotpDialog())
|
||||
|
@ -68,7 +67,6 @@ void TotpDialog::updateProgressBar()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void TotpDialog::updateSeconds()
|
||||
{
|
||||
uint epoch = QDateTime::currentDateTime().toTime_t() - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue