mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #335, formatting, member initialization, new icons, remove redundant methods
This commit is contained in:
committed by
Roland Winklmeier
parent
c965fbb785
commit
b0f01a3ec6
@@ -25,7 +25,8 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
CMainInfoAreaComponent::CMainInfoAreaComponent(QWidget *parent) :
|
||||
CInfoArea(parent), ui(new Ui::CMainInfoAreaComponent)
|
||||
CInfoArea(parent),
|
||||
ui(new Ui::CMainInfoAreaComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
initInfoArea();
|
||||
|
||||
Reference in New Issue
Block a user