mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #288, formatting, minor tweaks, utility methods, tabstops
This commit is contained in:
committed by
Roland Winklmeier
parent
86167e14c5
commit
5ff28cb3a1
@@ -27,7 +27,8 @@ namespace BlackGui
|
||||
* Constructor
|
||||
*/
|
||||
CInfoWindowComponent::CInfoWindowComponent(QWidget *parent) :
|
||||
QWizardPage(parent), ui(new Ui::InfoWindow)
|
||||
QWizardPage(parent),
|
||||
ui(new Ui::InfoWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->hide();
|
||||
|
||||
Reference in New Issue
Block a user