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
08a5682c
Commit
08a5682c
authored
Jan 14, 2011
by
Alexander Wiebel
Browse files
[FIX] we do not wamt to crash in a release if we try to remove module
containers
parent
4f0d4b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/gui/qt4/controlPanel/WQtControlPanel.cpp
src/gui/qt4/controlPanel/WQtControlPanel.cpp
+0
-1
No files found.
src/gui/qt4/controlPanel/WQtControlPanel.cpp
View file @
08a5682c
...
...
@@ -411,7 +411,6 @@ bool WQtControlPanel::event( QEvent* event )
{
wlog
::
error
(
"ControlPanel"
)
<<
"Removed module has strange usage count: "
<<
module
.
use_count
()
<<
". Should be 1 here. "
<<
"Module reference is held by someone else."
;
WAssert
(
false
,
"Removed module has strange usage count. Should be 1 here. Module reference is held by someone else."
);
}
return
true
;
...
...
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