diff --git a/custom-example/src/CustomPlugin.cc b/custom-example/src/CustomPlugin.cc index aa005b10b40f318480ab8c0177ba81a7f8ad306d..7d70631411afb85e41b5500cdfff1cbb983f1076 100644 --- a/custom-example/src/CustomPlugin.cc +++ b/custom-example/src/CustomPlugin.cc @@ -6,7 +6,7 @@ * COPYING.md in the root of the source code directory. * * @brief Custom QGCCorePlugin Implementation - * @author Gus Grubba + * @author Gus Grubba */ #include diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index 71de4c74ebd7c3caf0f3af73dcfa0e888af71a80..68ab12633f06090c5f4e2cd4164f647fb438c325 100644 --- a/src/QmlControls/ParameterEditor.qml +++ b/src/QmlControls/ParameterEditor.qml @@ -7,10 +7,10 @@ * ****************************************************************************/ -import QtQuick 2.11 -import QtQuick.Controls 2.4 +import QtQuick 2.3 +import QtQuick.Controls 1.2 import QtQuick.Dialogs 1.2 -import QtQuick.Layouts 1.11 +import QtQuick.Layouts 1.2 import QGroundControl 1.0 import QGroundControl.Controls 1.0