mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Dear stupid me: don't commit stupid changes without testing them.... Thanks
- Fix KFind not being able to search in file contents.. svn path=/trunk/KDE/kdebase/apps/; revision=1098983
This commit is contained in:
parent
1a7ac487bd
commit
0552cd6482
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void KQuery::processQuery( const KFileItem &file)
|
|||
QString str = stream->readLine();
|
||||
matchingLineNumber++;
|
||||
|
||||
if (str.isEmpty()) break;
|
||||
if (str.isNull()) break;
|
||||
if(isZippedOfficeDocument)
|
||||
str.remove(xmlTags);
|
||||
|
||||
|
|
Loading…
Reference in a new issue