mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
removed unnecessary default constructor
This commit is contained in:
@@ -22,7 +22,6 @@ namespace BlackGui
|
||||
{
|
||||
CDbLiveryComponent::CDbLiveryComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
CWebDataServicesAware(nullptr),
|
||||
ui(new Ui::CDbLiveryComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user