[libcalamaresui] Minor documentation improvements
This commit is contained in:
parent
3c48bbdb9c
commit
fa2f91aa46
@ -35,6 +35,15 @@ namespace Calamares
|
|||||||
* This is generally a **base** class for other view steps, but
|
* This is generally a **base** class for other view steps, but
|
||||||
* it can be used stand-alone for viewsteps that don't really have
|
* it can be used stand-alone for viewsteps that don't really have
|
||||||
* any functionality.
|
* any functionality.
|
||||||
|
*
|
||||||
|
* Most subclasses will override the following methods:
|
||||||
|
* - prettyName() to provide a meaningful human-readable name
|
||||||
|
* - jobs() if there is real work to be done during installation
|
||||||
|
* - getConfig() to return a meaningful configuration object
|
||||||
|
*
|
||||||
|
* For details on the interaction between the config object and
|
||||||
|
* the QML in the module, see the Calamares wiki:
|
||||||
|
* https://github.com/calamares/calamares/wiki/Develop-Design
|
||||||
*/
|
*/
|
||||||
class QmlViewStep : public Calamares::ViewStep
|
class QmlViewStep : public Calamares::ViewStep
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user