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
d441e1a4
Commit
d441e1a4
authored
May 12, 2015
by
Don Gagne
Browse files
Remove warning
parent
501470b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
d441e1a4
...
...
@@ -513,7 +513,8 @@ void MainWindow::_buildTerminalView(void)
void
MainWindow
::
_showDockWidget
(
const
QString
&
name
,
bool
show
)
{
if
(
!
_mapName2DockWidget
.
contains
(
name
))
{
qWarning
()
<<
"Attempt to show unknown dock widget"
<<
name
;
// Don't show any sort of warning here. Dock Widgets which have been remove could still be in settings.
// Which would cause us to end up here.
return
;
}
...
...
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