[welcome] Show progress during requirements checking

This commit is contained in:
Adriaan de Groot 2019-02-24 09:07:44 -05:00
parent b169281b69
commit c508e3ed4d
3 changed files with 10 additions and 1 deletions

View file

@ -51,6 +51,8 @@ public slots:
/** @brief All the requirements are complete, switch to list view */
void requirementsComplete( bool );
void requirementsProgress( const QString& message );
protected:
WaitingWidget *m_waitingWidget;
CheckerWidget *m_checkerWidget;