Improve Osprober logic to immediately check if entries are resizable.

This commit is contained in:
Teo Mrnjavac 2014-09-23 17:42:11 +02:00
parent 9ebc881223
commit e7995ad540
7 changed files with 180 additions and 140 deletions

View file

@ -32,10 +32,9 @@ AlongsidePage::AlongsidePage( QWidget* parent )
void
AlongsidePage::init( PartitionCoreModule* core , const QStringList& osproberLines )
AlongsidePage::init( PartitionCoreModule* core , const OsproberEntryList& osproberEntries )
{
QLabel* placeholder = new QLabel( "Alongside partitioning goes here.\nOsprober:\n" +
osproberLines.join( '\n' ) );
QLabel* placeholder = new QLabel( "Alongside partitioning goes here." );
layout()->addWidget( placeholder );
}