mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Coding style changes
This commit is contained in:
parent
30bc14c940
commit
06ccae591e
12 changed files with 53 additions and 59 deletions
|
@ -602,7 +602,7 @@ void MainWindow::askRecursiveTorrentDownloadConfirmation(const QTorrentHandle &h
|
|||
}
|
||||
}
|
||||
|
||||
void MainWindow::handleDownloadFromUrlFailure(QString url, QString reason) const{
|
||||
void MainWindow::handleDownloadFromUrlFailure(QString url, QString reason) const {
|
||||
// Display a message box
|
||||
showNotificationBaloon(tr("Url download error"), tr("Couldn't download file at url: %1, reason: %2.").arg(url).arg(reason));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue