Unverified Commit 1ec45440 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub
Browse files

Merge pull request #7548 from mavlink/revertQtQuickControl2ForParameters

Revert ParameterEditor to QtQuick.Controls 1.x
parents 53461a9b dd50acdf
......@@ -6,7 +6,7 @@
* COPYING.md in the root of the source code directory.
*
* @brief Custom QGCCorePlugin Implementation
* @author Gus Grubba <gus@custom.com>
* @author Gus Grubba <gus@auterion.com>
*/
#include <QtQml>
......
......@@ -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
......
Supports Markdown
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