1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-19 13:01:32 +01:00

Fix crash in mac on show duplicates only.

Fixes issue #1396
This commit is contained in:
John Maguire 2011-02-02 19:16:27 +00:00
parent 12099d48f6
commit f0ac22e31b

View File

@ -91,7 +91,7 @@ void SearchTargetWrapper::SetHint(const QString& hint) {
}
void SearchTargetWrapper::SetEnabled(bool enabled) {
// TODO: implement this!
[search_ setEnabled:enabled];
}
MacLineEdit::MacLineEdit(QWidget* parent)