[libcalamaresui] Make dox of ModuleManager signals more explicit

main
Adriaan de Groot 5 years ago
parent a3e528aae3
commit 09020d68b0

@ -130,10 +130,10 @@ signals:
void modulesFailed( QStringList );
/** @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).
*/
void requirementsComplete( bool );
void requirementsComplete( bool canContinue );
private slots:
void doInit();

Loading…
Cancel
Save