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
42d68e1d
Commit
42d68e1d
authored
Oct 13, 2013
by
John Tapsell
Browse files
MainWindow - remove unnecessary static_cast
parent
a16f9bdf
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
42d68e1d
...
@@ -450,7 +450,7 @@ void MainWindow::buildCustomWidget()
...
@@ -450,7 +450,7 @@ void MainWindow::buildCustomWidget()
ui.menuTools->addAction(showAction);*/
ui.menuTools->addAction(showAction);*/
// Load dock widget location (default is bottom)
// Load dock widget location (default is bottom)
Qt
::
DockWidgetArea
location
=
static_cast
<
Qt
::
DockWidgetArea
>
(
tool
->
getDockWidgetArea
(
currentView
)
)
;
Qt
::
DockWidgetArea
location
=
tool
->
getDockWidgetArea
(
currentView
);
//addDockWidget(location, dock);
//addDockWidget(location, dock);
//dock->hide();
//dock->hide();
...
...
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