refs #535, allow acces to mapping component is sub components

* aware classe
* using aware class in mapping component
This commit is contained in:
Klaus Basan
2015-12-17 20:12:08 +01:00
parent 24788b03c6
commit c067c871c9
4 changed files with 76 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
*/
#include "dbmodelcomponent.h"
#include "dbmappingcomponent.h"
#include "blackgui/stylesheetutility.h"
#include "ui_dbmodelcomponent.h"
#include <functional>
@@ -23,6 +24,7 @@ namespace BlackGui
{
CDbModelComponent::CDbModelComponent(QWidget *parent) :
QFrame(parent),
CDbMappingComponentAware(parent),
ui(new Ui::CDbModelComponent)
{
ui->setupUi(this);