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
ab494a07
Commit
ab494a07
authored
Aug 19, 2010
by
Tobias Hunger
Browse files
Fix warning about unhandled enum value in switch statement
parent
abaf2e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
ab494a07
...
...
@@ -361,6 +361,9 @@ void Qt4ProjectConfigWidget::updateImportLabel()
case
ProjectExplorer
::
Task
::
Warning
:
type
=
tr
(
"Warning: "
);
break
;
case
ProjectExplorer
::
Task
::
Unknown
:
default:
break
;
}
if
(
!
text
.
endsWith
(
QLatin1String
(
"br>"
)))
text
.
append
(
QLatin1String
(
"<br>"
));
...
...
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