Minor change

This commit is contained in:
Arnaud Bienner 2011-02-24 00:00:10 +00:00
parent 57ac8c441a
commit 7f783d088e
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ bool PlaylistContainer::eventFilter(QObject *objectWatched, QEvent *event) {
return true;
case Qt::Key_Escape:
ui_->filter->LineEditInterface::clear();
return true;
default:
break;
}