NOISSUE eliminate ProgressProvider
This commit is contained in:
@ -104,9 +104,9 @@ void StatusChecker::statusDownloadFinished()
|
||||
succeed();
|
||||
}
|
||||
|
||||
void StatusChecker::statusDownloadFailed()
|
||||
void StatusChecker::statusDownloadFailed(QString reason)
|
||||
{
|
||||
fail("Failed to load status JSON.");
|
||||
fail(tr("Failed to load status JSON:\n%1").arg(reason));
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ signals:
|
||||
|
||||
protected slots:
|
||||
void statusDownloadFinished();
|
||||
void statusDownloadFailed();
|
||||
void statusDownloadFailed(QString reason);
|
||||
|
||||
protected:
|
||||
QMap<QString, QString> m_prevEntries;
|
||||
|
Reference in New Issue
Block a user