Hide playlist filter clear button on mac.

This commit is contained in:
John Maguire 2010-08-25 21:13:57 +00:00
parent 372e196be4
commit 5689b39f47
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ PlaylistContainer::PlaylistContainer(QWidget *parent)
connect(filter, SIGNAL(textChanged(QString)), SLOT(UpdateFilter()));
filter->SetHint(tr("Playlist search"));
filter_ = filter;
ui_->clear->hide();
#else
filter_ = ui_->filter;
#endif