diff --git a/src/ManageProfilesDialog.cpp b/src/ManageProfilesDialog.cpp index ee92c837..caf42e22 100644 --- a/src/ManageProfilesDialog.cpp +++ b/src/ManageProfilesDialog.cpp @@ -473,6 +473,7 @@ ShortcutItemDelegate::ShortcutItemDelegate(QObject* parent) } void ShortcutItemDelegate::editorModified(const QKeySequence& keys) { + Q_UNUSED(keys); //kDebug() << keys.toString(); KKeySequenceWidget* editor = qobject_cast(sender());