mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
refs #732, (re)set current distributor preferences from context menu
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b324a26747
commit
9c2a2de4c5
@@ -417,6 +417,10 @@ namespace BlackGui
|
|||||||
});
|
});
|
||||||
this->m_setNewActions.append(a);
|
this->m_setNewActions.append(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QAction *a = new QAction(CIcons::appDistributors16(), "Apply distributor preferences", this);
|
||||||
|
connect(a, &QAction::triggered, ownModelSetComp, &CDbOwnModelSetComponent::ps_distributorPreferencesChanged);
|
||||||
|
this->m_setActions.append(a);
|
||||||
}
|
}
|
||||||
menuActions.addMenuModelSet();
|
menuActions.addMenuModelSet();
|
||||||
menuActions.addActions(this->m_setActions, CMenuAction::pathModelSet());
|
menuActions.addActions(this->m_setActions, CMenuAction::pathModelSet());
|
||||||
|
|||||||
Reference in New Issue
Block a user