Progress bar at 0% shows no text.

This commit is contained in:
dteviot 2015-02-23 19:30:46 +13:00
parent 9708e8529f
commit 84762c4eb8

View file

@ -229,8 +229,7 @@ void Launcher::SettingsPage::importerFinished(int exitCode, QProcess::ExitStatus
void Launcher::SettingsPage::resetProgressBar()
{
// set progress bar to 0 %
progressBar->setMaximum(1);
progressBar->setValue(0);
progressBar->reset();
}
void Launcher::SettingsPage::updateOkButton(const QString &text)