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
109b9d8e
Commit
109b9d8e
authored
Jun 08, 2009
by
Daniel Molkentin
Browse files
Remove a superflouos else-statement that triggered a bug
Reviewed-by: kh
parent
9b4ef452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
109b9d8e
...
...
@@ -107,7 +107,6 @@ QtVersionManager::QtVersionManager()
connect
(
this
,
SIGNAL
(
updatedExamples
(
QString
,
QString
,
QString
)),
welcomeMode
,
SIGNAL
(
updatedExamples
(
QString
,
QString
,
QString
)));
}
else
updateDocumentation
();
updateExamples
();
}
...
...
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