Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f25ac82e
Commit
f25ac82e
authored
Nov 05, 2015
by
dogmaphobic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bogus changes to force a new build.
parent
26a5997d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
MainWindow.cc
src/ui/MainWindow.cc
+5
-5
No files found.
src/ui/MainWindow.cc
View file @
f25ac82e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
QGroundControl Open Source Ground Control Station
QGroundControl Open Source Ground Control Station
(c) 2009 - 201
3
QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
(c) 2009 - 201
5
QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
This file is part of the QGROUNDCONTROL project
...
@@ -83,9 +83,9 @@ This file is part of the QGROUNDCONTROL project
...
@@ -83,9 +83,9 @@ This file is part of the QGROUNDCONTROL project
const
char
*
MAIN_SETTINGS_GROUP
=
"QGC_MAINWINDOW"
;
const
char
*
MAIN_SETTINGS_GROUP
=
"QGC_MAINWINDOW"
;
#ifndef __mobile__
#ifndef __mobile__
enum
DockWidgetTypes
{
enum
DockWidgetTypes
{
MAVLINK_INSPECTOR
,
MAVLINK_INSPECTOR
,
CUSTOM_COMMAND
,
CUSTOM_COMMAND
,
ONBOARD_FILES
,
ONBOARD_FILES
,
STATUS_DETAILS
,
STATUS_DETAILS
,
INFO_VIEW
,
INFO_VIEW
,
...
@@ -368,7 +368,7 @@ void MainWindow::_createInnerDockWidget(const QString& widgetName)
...
@@ -368,7 +368,7 @@ void MainWindow::_createInnerDockWidget(const QString& widgetName)
{
{
QGCDockWidget
*
widget
=
NULL
;
QGCDockWidget
*
widget
=
NULL
;
QAction
*
action
=
_mapName2Action
[
widgetName
];
QAction
*
action
=
_mapName2Action
[
widgetName
];
switch
(
action
->
data
().
toInt
())
{
switch
(
action
->
data
().
toInt
())
{
case
MAVLINK_INSPECTOR
:
case
MAVLINK_INSPECTOR
:
widget
=
new
QGCMAVLinkInspector
(
widgetName
,
action
,
qgcApp
()
->
toolbox
()
->
mavlinkProtocol
(),
this
);
widget
=
new
QGCMAVLinkInspector
(
widgetName
,
action
,
qgcApp
()
->
toolbox
()
->
mavlinkProtocol
(),
this
);
...
...
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