The return value was reversed, though not checked really.

This commit is contained in:
kh1
2010-04-27 16:27:39 +02:00
parent ac0e4921af
commit 125d416ab6

View File

@@ -225,7 +225,7 @@ bool HelpViewer::findText(const QString &text, IFindSupport::FindFlags flags,
found.setPosition(position);
}
setTextCursor(found);
return cursorIsNull;
return !cursorIsNull;
}
// -- public slots