mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Massive refactor of module loading, configuration, startup, management.
This commit is contained in:
parent
c74c67805e
commit
fb44fb97b6
12 changed files with 374 additions and 282 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
QList< job_ptr > jobs() const override;
|
||||
|
||||
protected:
|
||||
void initFrom( const YAML::Node& node ) override;
|
||||
void initFrom( const QVariantMap& moduleDescriptor ) override;
|
||||
|
||||
private:
|
||||
friend class Module; //so only the superclass can instantiate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue