Remove the answer to life the universe and everything
This commit is contained in:
parent
9b688a5179
commit
d3d60327ab
|
@ -369,12 +369,7 @@ void PlaylistContainer::UpdateNoMatchesLabel() {
|
||||||
|
|
||||||
QString text;
|
QString text;
|
||||||
if (has_rows && !has_results) {
|
if (has_rows && !has_results) {
|
||||||
if (ui_->filter->text().trimmed().compare("the answer to life the universe and everything", Qt::CaseInsensitive) == 0) {
|
text = tr("No matches found. Clear the search box to show the whole playlist again.");
|
||||||
text = "42";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
text = tr("No matches found. Clear the search box to show the whole playlist again.");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!text.isEmpty()) {
|
if (!text.isEmpty()) {
|
||||||
|
|
Loading…
Reference in New Issue