mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[partition] Migrate InstallChoice to the Config object
This commit is contained in:
parent
010526ee2a
commit
881661e94b
11 changed files with 74 additions and 73 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue