mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 23:07:11 -05: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
|
// cancel button is disabled
|
||||||
Q_ASSERT(accepted);
|
Q_ASSERT(accepted);
|
||||||
|
Q_UNUSED(accepted);
|
||||||
|
|
||||||
setCurrentWidget(widgetBeforeLock);
|
setCurrentWidget(widgetBeforeLock);
|
||||||
Q_EMIT unlockedDatabase();
|
Q_EMIT unlockedDatabase();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user