mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #577, better context menus
This commit is contained in:
@@ -16,10 +16,11 @@ namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
{
|
||||
CLiveryView::CLiveryView(QWidget *parent) : CViewWithDbObjects(parent)
|
||||
CLiveryView::CLiveryView(QWidget *parent) :
|
||||
CViewWithDbObjects(parent)
|
||||
{
|
||||
this->m_menus |= MenuBackend;
|
||||
this->standardInit(new CLiveryListModel(this));
|
||||
this->setMenu(MenuDefaultDbViews);
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user