Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
841d64b4
Commit
841d64b4
authored
Apr 11, 2010
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
0ed9149b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/gui/qt4/datasetbrowser/WPropertyIntWidget.cpp
src/gui/qt4/datasetbrowser/WPropertyIntWidget.cpp
+0
-1
No files found.
src/gui/qt4/datasetbrowser/WPropertyIntWidget.cpp
View file @
841d64b4
...
...
@@ -116,7 +116,6 @@ void WPropertyIntWidget::update()
// set the initial values
m_edit
.
setText
(
QString
(
boost
::
lexical_cast
<
std
::
string
>
(
m_intProperty
->
get
()
).
c_str
()
)
);
m_slider
.
setValue
(
m_intProperty
->
get
()
);
}
void
WPropertyIntWidget
::
sliderChanged
(
int
value
)
...
...
Write
Preview
Markdown
is supported
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