Ignore an unused variable.

This commit is contained in:
Felix Geyer 2013-03-24 13:58:13 +01:00
parent 83a2f4c610
commit db08058c4e

View File

@ -491,6 +491,7 @@ void DatabaseWidget::unlockDatabase(bool accepted)
{
// cancel button is disabled
Q_ASSERT(accepted);
Q_UNUSED(accepted);
setCurrentWidget(widgetBeforeLock);
Q_EMIT unlockedDatabase();