Commit 27119579fcc208d734e9800d2f5911f25550fb67
- Diff rendering mode:
- inline
- side by side
amarok/playlistwidget.cpp
(2 / 2)
|   | |||
| 703 | 703 | pVisibleItem = firstChild(); | |
| 704 | 704 | while ( pVisibleItem ) | |
| 705 | 705 | { | |
| 706 | for ( int y = 0; y < tokens.count(); ++y ) | ||
| 706 | for ( uint y = 0; y < tokens.count(); ++y ) | ||
| 707 | 707 | { | |
| 708 | 708 | if ( !pVisibleItem->text(0).lower().contains( tokens[y] ) ) | |
| 709 | 709 | pVisibleItem->setVisible( false ); | |
| … | … | ||
| 719 | 719 | pVisibleItem = searchPtrs.at( x ); | |
| 720 | 720 | ||
| 721 | 721 | pVisibleItem->setVisible( true ); | |
| 722 | for ( int y = 0; y < tokens.count(); ++y ) | ||
| 722 | for ( uint y = 0; y < tokens.count(); ++y ) | ||
| 723 | 723 | { | |
| 724 | 724 | if ( !(*it).lower().contains( tokens[y] ) ) | |
| 725 | 725 | pVisibleItem->setVisible( false ); |

