Fix mem leak

This commit is contained in:
Montel Laurent
2011-04-21 13:41:15 +02:00
parent a955ae6e36
commit aa00ff2ede

View File

@@ -67,6 +67,7 @@ KeyBindingEditor::KeyBindingEditor(QWidget* parent)
KeyBindingEditor::~KeyBindingEditor()
{
delete _ui;
delete _translator;
}
void KeyBindingEditor::removeSelectedEntry()