Skip to content
GitLab
Menu
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
146c3fda
Commit
146c3fda
authored
Mar 29, 2010
by
Jarek Kobus
Browse files
Get rid of compile warning
parent
8d31ed32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/wizard.cpp
View file @
146c3fda
...
...
@@ -724,7 +724,7 @@ void WizardProgress::setCurrentPage(int pageId)
while
(
prevItemIndex
+
1
<
d
->
m_visitedItems
.
count
())
d
->
m_visitedItems
.
removeLast
();
}
else
{
if
(
!
d
->
m_currentItem
&&
d
->
m_startItem
&&
!
singleItemPath
.
isEmpty
()
||
currentStartItem
)
if
(
(
!
d
->
m_currentItem
&&
d
->
m_startItem
&&
!
singleItemPath
.
isEmpty
()
)
||
currentStartItem
)
d
->
m_visitedItems
+=
d
->
m_startItem
;
d
->
m_visitedItems
+=
singleItemPath
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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