Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
125d416a
Commit
125d416a
authored
Apr 27, 2010
by
kh1
Browse files
The return value was reversed, though not checked really.
parent
ac0e4921
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpviewer_qtb.cpp
View file @
125d416a
...
...
@@ -225,7 +225,7 @@ bool HelpViewer::findText(const QString &text, IFindSupport::FindFlags flags,
found
.
setPosition
(
position
);
}
setTextCursor
(
found
);
return
cursorIsNull
;
return
!
cursorIsNull
;
}
// -- public slots
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment