mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- BUGFIX: Provide more helpful explanation when an I/O error occured
This commit is contained in:
parent
bf9dc052d3
commit
65c4da6f0e
5 changed files with 7 additions and 6 deletions
|
@ -139,7 +139,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void createTrayIcon();
|
||||
void updateUnfinishedTorrentNumber(unsigned int nb);
|
||||
void updateFinishedTorrentNumber(unsigned int nb);
|
||||
void fullDiskError(QTorrentHandle& h) const;
|
||||
void fullDiskError(QTorrentHandle& h, QString msg) const;
|
||||
void handleDownloadFromUrlFailure(QString, QString) const;
|
||||
void createSystrayDelayed();
|
||||
// Keyboard shortcuts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue