mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Ignore an unused variable.
This commit is contained in:
parent
83a2f4c610
commit
db08058c4e
1 changed files with 1 additions and 0 deletions
|
@ -491,6 +491,7 @@ void DatabaseWidget::unlockDatabase(bool accepted)
|
|||
{
|
||||
// cancel button is disabled
|
||||
Q_ASSERT(accepted);
|
||||
Q_UNUSED(accepted);
|
||||
|
||||
setCurrentWidget(widgetBeforeLock);
|
||||
Q_EMIT unlockedDatabase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue