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
Valentin Platzgummer
qgroundcontrol
Commits
a97cc28f
Commit
a97cc28f
authored
May 25, 2013
by
Bryant
Browse files
Simplified switch statement.
parent
a0a4efbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/designer/QGCParamSlider.cc
View file @
a97cc28f
...
...
@@ -263,11 +263,7 @@ void QGCParamSlider::endEditMode()
switch
(
parameterValue
.
type
())
{
case
QVariant
::
Char
:
ui
->
intValueSpinBox
->
show
();
break
;
case
QVariant
::
Int
:
ui
->
intValueSpinBox
->
show
();
break
;
case
QVariant
::
UInt
:
ui
->
intValueSpinBox
->
show
();
break
;
...
...
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