Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
1752f7d5
Commit
1752f7d5
authored
Jun 07, 2014
by
Jakob Weiss
Browse files
possible fix for qt threading issues - needs evaluation
parent
09b49a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/gui/properties/propertycollectionwidget.cpp
View file @
1752f7d5
...
...
@@ -117,8 +117,9 @@ namespace campvis {
_widgetMap
.
insert
(
std
::
make_pair
(
prop
,
propWidget
));
_layout
->
addWidget
(
propWidget
);
propWidget
->
setVisible
(
prop
->
isVisible
());
prop
->
s_visibilityChanged
.
connect
(
this
,
&
PropertyCollectionWidget
::
onPropertyVisibilityChanged
);
prop
->
s_visibilityChanged
(
prop
);
}
void
PropertyCollectionWidget
::
removeProperty
(
std
::
map
<
AbstractProperty
*
,
QWidget
*>::
iterator
it
)
{
...
...
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