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
5f9b0a43
Commit
5f9b0a43
authored
Aug 04, 2010
by
Sebastian Eichelbaum
Browse files
[FIX] - fixed compilation warning in DSBrowser stating that a pointer was uninitialized.
parent
60e65836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/gui/qt4/datasetbrowser/WQtDSBWidget.cpp
src/gui/qt4/datasetbrowser/WQtDSBWidget.cpp
+1
-1
No files found.
src/gui/qt4/datasetbrowser/WQtDSBWidget.cpp
View file @
5f9b0a43
...
...
@@ -118,7 +118,7 @@ void WQtDSBWidget::addGroup( WQtDSBWidget* widget, bool asScrollArea )
// create a scrollbox and group box containing the widget
QWidget
*
group
=
new
QWidget
(
this
);
QScrollArea
*
scrollArea
;
QScrollArea
*
scrollArea
=
0
;
QGridLayout
*
grid
=
new
QGridLayout
();
grid
->
addWidget
(
widget
,
0
,
0
);
...
...
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