From db08058c4ea9b7cfb914e00077086a5fae7a7d03 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 24 Mar 2013 13:58:13 +0100 Subject: [PATCH] Ignore an unused variable. --- src/gui/DatabaseWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/DatabaseWidget.cpp b/src/gui/DatabaseWidget.cpp index aedad473..57f84577 100644 --- a/src/gui/DatabaseWidget.cpp +++ b/src/gui/DatabaseWidget.cpp @@ -491,6 +491,7 @@ void DatabaseWidget::unlockDatabase(bool accepted) { // cancel button is disabled Q_ASSERT(accepted); + Q_UNUSED(accepted); setCurrentWidget(widgetBeforeLock); Q_EMIT unlockedDatabase();