Followup 95c377a

This commit is contained in:
Matthias Kuhn 2015-10-03 18:49:28 +02:00
parent 95c377a607
commit abae4415d9

View File

@ -48,7 +48,7 @@ QgsWelcomePage::QgsWelcomePage( QWidget* parent )
recentProjctsContainer->layout()->addWidget( recentProjectsListView );
addTab( recentProjctsContainer, "Recent Projects" );
layout->addWidget( recentProjctsContainer );
mVersionInformation = new QLabel;
mainLayout->addWidget( mVersionInformation );