mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #618, GUI dialog to create own model set
* new tab in model mapping component * form + dialog to select appropriate models
This commit is contained in:
@@ -14,6 +14,11 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
void CDbMappingComponentAware::setMappingComponent(CDbMappingComponent *component)
|
||||
{
|
||||
m_mappingComponent = component;
|
||||
}
|
||||
|
||||
CDbMappingComponentAware::CDbMappingComponentAware(QObject *parent)
|
||||
{
|
||||
// if we get a mapping component we use it
|
||||
@@ -23,5 +28,6 @@ namespace BlackGui
|
||||
if (!m) { return; }
|
||||
m_mappingComponent = m;
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user