mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Ignore an unused variable.
This commit is contained in:
parent
83a2f4c610
commit
db08058c4e
@ -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…
Reference in New Issue
Block a user