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
7b42cbd7
Commit
7b42cbd7
authored
Apr 29, 2010
by
pixhawk
Browse files
Fixed crash in tree view, needs further inspection
parent
0528d871
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/ParameterInterface.cc
View file @
7b42cbd7
...
...
@@ -16,8 +16,8 @@ ParameterInterface::ParameterInterface(QWidget *parent) :
tree
=
new
ParamTreeModel
();
treeView
=
new
QTreeView
();
treeView
->
setModel
(
tree
);
treeView
=
new
QTreeView
(
this
);
//
treeView->setModel(tree);
QStackedWidget
*
stack
=
m_ui
->
stackedWidget
;
stack
->
addWidget
(
treeView
);
...
...
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