Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
957e8b09
Commit
957e8b09
authored
Jun 07, 2014
by
Jakob Weiss
Browse files
possible fix for qt threading issues - needs evaluation
parent
2cf5c278
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/gui/properties/propertycollectionwidget.cpp
View file @
957e8b09
...
...
@@ -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
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