mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #899, use specialized view for callsigns
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ddc7809b0e
commit
ac07d7f7b6
@@ -27,7 +27,7 @@ namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
{
|
||||
CAtcStationView::CAtcStationView(QWidget *parent) : CViewBase(parent)
|
||||
CAtcStationView::CAtcStationView(QWidget *parent) : CViewWithCallsignObjects(parent)
|
||||
{
|
||||
this->standardInit(new CAtcStationListModel(CAtcStationListModel::StationsOnline, this));
|
||||
this->m_menus |= (MenuClear | MenuRefresh);
|
||||
|
||||
Reference in New Issue
Block a user