mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-15 11:09:23 -04: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
|
// cancel button is disabled
|
||||||
Q_ASSERT(accepted);
|
Q_ASSERT(accepted);
|
||||||
|
Q_UNUSED(accepted);
|
||||||
|
|
||||||
setCurrentWidget(widgetBeforeLock);
|
setCurrentWidget(widgetBeforeLock);
|
||||||
Q_EMIT unlockedDatabase();
|
Q_EMIT unlockedDatabase();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue