mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #560, adjusted subclasses for new menus/filters from previous step
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BlackGui
|
||||
{
|
||||
CCountryView::CCountryView(QWidget *parent) : CViewBase(parent)
|
||||
{
|
||||
this->m_withMenuItemBackend = true;
|
||||
this->m_menus |= MenuBackend;
|
||||
this->standardInit(new CCountryListModel(this));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user