/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/importQtQuick2.12importQtQuick.Dialogs1.3importQGroundControl1.0importQGroundControl.Controls1.0// Base class for all first run prompt dialogsQGCPopupDialog{buttons:StandardButton.OkpropertyintpromptIdpropertyboolmarkAsShownOnClose:trueonHideDialog:{if(markAsShownOnClose){QGroundControl.settingsManager.appSettings.firstRunPromptIdsMarkIdAsShown(promptId)}}}