mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #641, support for IOrderable in specialized views/models
* menu to order objects per drag and drop * changed model/views to specialized model/views
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlackGui
|
||||
namespace Views
|
||||
{
|
||||
CDistributorView::CDistributorView(QWidget *parent) :
|
||||
CViewWithDbObjects(parent)
|
||||
COrderableViewWithDbObjects(parent)
|
||||
{
|
||||
this->standardInit(new CDistributorListModel(this));
|
||||
this->setMenu(MenuDefaultDbViews);
|
||||
|
||||
Reference in New Issue
Block a user