mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #899, use specialized model for callsigns
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8e84f632b0
commit
ddc7809b0e
@@ -41,7 +41,7 @@ namespace BlackGui
|
||||
namespace Models
|
||||
{
|
||||
CAtcStationListModel::CAtcStationListModel(AtcStationMode stationMode, QObject *parent) :
|
||||
CListModelBase("ModelAtcList", parent)
|
||||
CListModelCallsignObjects("ModelAtcList", parent)
|
||||
{
|
||||
this->setStationMode(stationMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user