mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #618, allow to set mode for distributors (simplified mode used for selection in dialog)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BlackGui
|
||||
namespace Models
|
||||
{
|
||||
CAtcStationListModel::CAtcStationListModel(AtcStationMode stationMode, QObject *parent) :
|
||||
CListModelBase("ModelAtcList", parent), m_stationMode(NotSet)
|
||||
CListModelBase("ModelAtcList", parent)
|
||||
{
|
||||
this->setStationMode(stationMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user