Align Pointers

This commit is contained in:
Gormogon 2015-02-25 19:57:19 -05:00
parent 738272999b
commit e2d05cb9f2
25 changed files with 37 additions and 37 deletions

View file

@ -31,7 +31,7 @@
PreparePage::PreparePage( QWidget* parent )
: QWidget()
{
QBoxLayout *mainLayout = new QVBoxLayout;
QBoxLayout* mainLayout = new QVBoxLayout;
setLayout( mainLayout );
QLabel* text = new QLabel( this );