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
Marco Bubke
flatpak-qt-creator
Commits
f0d25034
Commit
f0d25034
authored
Dec 15, 2009
by
Tobias Hunger
Browse files
Fix warning about unused parameter
parent
8fbe9940
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/proeditormodel.cpp
View file @
f0d25034
...
...
@@ -645,6 +645,7 @@ ProBlock *ProEditorModel::proBlock(const QModelIndex &index) const
QString
ProEditorModel
::
expressionToString
(
ProBlock
*
block
,
bool
display
)
const
{
Q_UNUSED
(
display
);
QString
result
;
QList
<
ProItem
*>
items
=
block
->
items
();
for
(
int
i
=
0
;
i
<
items
.
count
();
++
i
)
{
...
...
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