From f25ac82e776d806729f892f9a8e85bea9cdc8c94 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Thu, 5 Nov 2015 00:34:43 -0500 Subject: [PATCH] Bogus changes to force a new build. --- src/ui/MainWindow.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index 1f0a154fb..1ed0015b9 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -2,7 +2,7 @@ QGroundControl Open Source Ground Control Station -(c) 2009 - 2013 QGROUNDCONTROL PROJECT +(c) 2009 - 2015 QGROUNDCONTROL PROJECT 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"; #ifndef __mobile__ -enum DockWidgetTypes { - MAVLINK_INSPECTOR, - CUSTOM_COMMAND, +enum DockWidgetTypes { + MAVLINK_INSPECTOR, + CUSTOM_COMMAND, ONBOARD_FILES, STATUS_DETAILS, INFO_VIEW, @@ -368,7 +368,7 @@ void MainWindow::_createInnerDockWidget(const QString& widgetName) { QGCDockWidget* widget = NULL; QAction *action = _mapName2Action[widgetName]; - + switch(action->data().toInt()) { case MAVLINK_INSPECTOR: widget = new QGCMAVLinkInspector(widgetName, action, qgcApp()->toolbox()->mavlinkProtocol(),this); -- 2.22.0