silence keys unused varible

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148424
wilder-portage
Kurt Hindenburg 16 years ago
parent adc4da036c
commit bae9dec2e5
  1. 1
      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<KKeySequenceWidget*>(sender());

Loading…
Cancel
Save