mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Coding style fix.
This commit is contained in:
parent
bf39d0b1be
commit
75d3e6261b
2 changed files with 3 additions and 3 deletions
|
@ -595,7 +595,7 @@ void DatabaseWidget::unlockDatabase(bool accepted)
|
|||
Q_ASSERT(accepted);
|
||||
Q_UNUSED(accepted);
|
||||
|
||||
setCurrentWidget(widgetBeforeLock);
|
||||
setCurrentWidget(m_widgetBeforeLock);
|
||||
Q_EMIT unlockedDatabase();
|
||||
}
|
||||
|
||||
|
@ -802,7 +802,7 @@ void DatabaseWidget::lock()
|
|||
{
|
||||
Q_ASSERT(currentMode() != DatabaseWidget::LockedMode);
|
||||
|
||||
widgetBeforeLock = currentWidget();
|
||||
m_widgetBeforeLock = currentWidget();
|
||||
m_unlockDatabaseWidget->load(m_filename, m_db);
|
||||
setCurrentWidget(m_unlockDatabaseWidget);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue