removed unnecessary default constructor

This commit is contained in:
Klaus Basan
2015-12-17 20:24:20 +01:00
parent 72891f2443
commit e95f90f571

View File

@@ -22,7 +22,6 @@ namespace BlackGui
{
CDbLiveryComponent::CDbLiveryComponent(QWidget *parent) :
QFrame(parent),
CWebDataServicesAware(nullptr),
ui(new Ui::CDbLiveryComponent)
{
ui->setupUi(this);