[partition] Migrate InstallChoice to the Config object

This commit is contained in:
Adriaan de Groot 2020-10-02 12:08:42 +02:00
parent 010526ee2a
commit 881661e94b
11 changed files with 74 additions and 73 deletions

View file

@ -32,6 +32,7 @@
#include <functional>
class BootLoaderModel;
class Config;
class CreatePartitionJob;
class Device;
class DeviceModel;
@ -171,7 +172,7 @@ public:
* requested by the user.
* @return a list of jobs.
*/
Calamares::JobList jobs() const;
Calamares::JobList jobs( const Config* ) const;
bool hasRootMountPoint() const;