Ignore an unused variable.
This commit is contained in:
@@ -491,6 +491,7 @@ void DatabaseWidget::unlockDatabase(bool accepted)
|
||||
{
|
||||
// cancel button is disabled
|
||||
Q_ASSERT(accepted);
|
||||
Q_UNUSED(accepted);
|
||||
|
||||
setCurrentWidget(widgetBeforeLock);
|
||||
Q_EMIT unlockedDatabase();
|
||||
|
||||
Reference in New Issue
Block a user