mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[libcalamaresui] Make dox of ModuleManager signals more explicit
This commit is contained in:
parent
a3e528aae3
commit
09020d68b0
1 changed files with 2 additions and 2 deletions
|
@ -130,10 +130,10 @@ signals:
|
||||||
void modulesFailed( QStringList );
|
void modulesFailed( QStringList );
|
||||||
/** @brief Emitted after all requirements have been checked
|
/** @brief Emitted after all requirements have been checked
|
||||||
*
|
*
|
||||||
* The bool value indicates if all of the **mandatory** requirements
|
* The bool @p canContinue indicates if all of the **mandatory** requirements
|
||||||
* are satisfied (e.g. whether installation can continue).
|
* are satisfied (e.g. whether installation can continue).
|
||||||
*/
|
*/
|
||||||
void requirementsComplete( bool );
|
void requirementsComplete( bool canContinue );
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void doInit();
|
void doInit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue