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

@ -61,6 +61,8 @@ public:
QList< Calamares::job_ptr > jobs() const override;
private:
bool canBeResized( const QString& partitionPath );
PartitionCoreModule* m_core;
QStackedWidget* m_widget;
ChoicePage* m_choicePage;