2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 17:47:42 +00:00

Various GUI logic fixes and improvements

This commit is contained in:
Jack Andersen
2018-01-01 14:58:38 -10:00
parent 4f888becdf
commit 8c9ad43a60
7 changed files with 377 additions and 97 deletions

View File

@@ -145,6 +145,9 @@ void DownloadManager::binaryError(QNetworkReply::NetworkError error)
if (m_progBar)
m_progBar->setEnabled(false);
if (m_failedHandler)
m_failedHandler(m_outPath);
}
void DownloadManager::binaryValidateCert()