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
f1e58512
Commit
f1e58512
authored
Apr 01, 2010
by
kh1
Browse files
Fix newline.
parent
0628ca19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/openpagesmodel.cpp
View file @
f1e58512
...
...
@@ -53,7 +53,6 @@ QVariant OpenPagesModel::data(const QModelIndex &index, int role) const
{
if
(
!
index
.
isValid
()
||
role
!=
Qt
::
DisplayRole
||
index
.
row
()
>=
rowCount
()
||
index
.
column
()
>=
columnCount
()
-
1
)
return
QVariant
();
QString
title
=
m_pages
.
at
(
index
.
row
())
->
title
();
...
...
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