|
|
@ -1,6 +1,6 @@
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
|
|
|
|
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Calamares is free software: you can redistribute it and/or modify
|
|
|
|
* Calamares is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
@ -73,6 +73,8 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
virtual QList< job_ptr > jobs() const = 0;
|
|
|
|
virtual QList< job_ptr > jobs() const = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QVariantMap configurationMap();
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
explicit Module();
|
|
|
|
explicit Module();
|
|
|
|
virtual void initFrom( const YAML::Node& node );
|
|
|
|
virtual void initFrom( const YAML::Node& node );
|
|
|
|