@ -1,6 +1,7 @@
/* === This file is part of Calamares - <http://github.com/calamares> ===
/* === This file is part of Calamares - <http://github.com/calamares> ===
*
*
* Copyright 2014 - 2015 , Teo Mrnjavac < teo @ kde . org >
* Copyright 2014 - 2015 , Teo Mrnjavac < teo @ kde . org >
* Copyright 2017 , Adriaan de Groot < groot @ 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
@ -161,6 +162,11 @@ public:
*/
*/
QVariantMap configurationMap ( ) ;
QVariantMap configurationMap ( ) ;
/**
* @ brief Check the requirements of this module .
*/
virtual void checkRequirements ( ) ;
protected :
protected :
explicit Module ( ) ;
explicit Module ( ) ;
virtual void initFrom ( const QVariantMap & moduleDescriptor ) ;
virtual void initFrom ( const QVariantMap & moduleDescriptor ) ;