Commit 988a6eb1 authored by Gus Grubba's avatar Gus Grubba

Replace email address

parent a4448629
......@@ -10,7 +10,7 @@
/// @file
/// @brief ESP8266 WiFi Config Qml Controller
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#include "ESP8266ComponentController.h"
#include "QGCApplication.h"
......
......@@ -11,7 +11,7 @@
/// @file
/// @brief ESP8266 WiFi Config Qml Controller
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#ifndef ESP8266ComponentController_H
#define ESP8266ComponentController_H
......
......@@ -11,7 +11,7 @@
/// @file
/// @brief The Camera VehicleComponent is used to setup the camera modes and hardware
/// configuration to use it.
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#include "CameraComponent.h"
#include "PX4AutoPilotPlugin.h"
......
......@@ -16,7 +16,7 @@
/// @file
/// @brief The Camera VehicleComponent is used to setup the camera modes and hardware
/// configuration to use it.
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class CameraComponent : public VehicleComponent
{
......
......@@ -9,7 +9,7 @@
/// @file
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#include "PowerComponent.h"
#include "PX4AutoPilotPlugin.h"
......
......@@ -15,7 +15,7 @@
/// @file
/// @brief Battery, propeller and magnetometer settings
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class PowerComponent : public VehicleComponent
{
......
......@@ -10,7 +10,7 @@
/// @file
/// @brief Battery, propeller and magnetometer summary
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
import QtQuick 2.3
import QtQuick.Controls 1.2
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Background
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.11
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Artificial Horizon
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Attitude Widget
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Attitude Instrument
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Compass Widget
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Pitch Indicator
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
......@@ -12,7 +12,7 @@
* @file
* @brief Image Provider
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -12,7 +12,7 @@
* @file
* @brief Image Provider
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -9,7 +9,7 @@
/// @file
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#include "ScreenToolsController.h"
#include <QFontDatabase>
......
......@@ -9,7 +9,7 @@
/// @file
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#ifndef ScreenToolsController_H
#define ScreenToolsController_H
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Cache
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
#include "QGCApplication.h"
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Cache
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Cache Data
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Set
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Set
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -9,7 +9,7 @@
/**
* @file
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
* Original work: The OpenPilot Team, http://www.openpilot.org Copyright (C)
* 2012.
*/
......
......@@ -10,7 +10,7 @@
/**
* @file
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#ifndef QGC_MAP_URL_ENGINE_H
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Cache Worker Thread
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -12,7 +12,7 @@
* @file
* @brief Map Tile Cache Worker Thread
*
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -40,7 +40,7 @@
** 2015.4.4
** Adapted for use with QGroundControl
**
** Gus Grubba <mavlink@grubba.com>
** Gus Grubba <gus@auterion.com>
**
****************************************************************************/
......
......@@ -9,7 +9,7 @@
/// @file
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#if !defined(__mobile__)
//-- TODO: #include "QGCQFileDialog.h"
......
......@@ -9,7 +9,7 @@
/// @file
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
#ifndef OfflineMapsManager_H
#define OfflineMapsManager_H
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Item
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include <QtCore/QPointer>
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Item
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Receiver
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "VideoReceiver.h"
......
......@@ -10,7 +10,7 @@
/**
* @file
* @brief QGC Video Receiver
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Streaming Initialization
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include <QtQml>
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Streaming Initialization
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Surface
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#if defined(QGC_GST_STREAMING)
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Surface
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Surface (Private Interface)
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "basedelegate.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "qtquick2videosinkdelegate.h"
......
......@@ -17,7 +17,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "qtvideosinkdelegate.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "qwidgetvideosinkdelegate.h"
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
/*
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqtglvideosinkbase.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqtquick2videosink.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqtvideosink.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqtvideosinkbase.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqtvideosinkplugin.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "gstqwidgetvideosink.h"
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "genericsurfacepainter.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "openglsurfacepainter.h"
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted (and fixed) from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "videomaterial.h"
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "videonode.h"
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -18,7 +18,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "bufferformat.h"
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Video Item
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#pragma once
......
......@@ -19,7 +19,7 @@
/**
* @file
* @brief Extracted from QtGstreamer to avoid overly complex dependency
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "utils.h"
......
......@@ -25,7 +25,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl - Default Implementation
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class QGCCorePlugin_p
{
......
......@@ -19,7 +19,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class QGCApplication;
class QGCOptions;
......
......@@ -12,7 +12,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl - Application Options
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
QGCOptions::QGCOptions(QObject* parent)
: QObject(parent)
......
......@@ -16,7 +16,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl - Application Options
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class CustomInstrumentWidget;
class QGCOptions : public QObject
......
......@@ -11,7 +11,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl. Settings element.
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
QGCSettings::QGCSettings(QString title, QUrl url, QUrl icon)
: _title(title)
......
......@@ -14,7 +14,7 @@
/// @file
/// @brief Core Plugin Interface for QGroundControl. Settings element.
/// @author Gus Grubba <mavlink@grubba.com>
/// @author Gus Grubba <gus@auterion.com>
class QGCSettings : public QObject
{
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief Definition of Bluetooth connection for unmanned vehicles
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -11,7 +11,7 @@
/*!
* @file
* @brief Bluetooth connection for unmanned vehicles
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*
*/
......
......@@ -11,7 +11,7 @@
/*!
@file
@brief Link specific configuration base class
@author Gus Grubba <mavlink@grubba.com>
@author Gus Grubba <gus@auterion.com>
*/
#include "LinkConfiguration.h"
......
......@@ -11,7 +11,7 @@
/*!
* @file
* @brief Message Handler
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include "QGCApplication.h"
......
......@@ -11,7 +11,7 @@
/**
* @file
* @brief QGC Main Tool Signal Strength
* @author Gus Grubba <mavlink@grubba.com>
* @author Gus Grubba <gus@auterion.com>
*/
import QtQuick 2.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment