mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...)
This commit is contained in:
parent
8c5d38400a
commit
28ea505088
6 changed files with 118 additions and 110 deletions
|
@ -62,7 +62,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
|
||||
private:
|
||||
// Bittorrent
|
||||
bittorrent BTSession;
|
||||
bittorrent *BTSession;
|
||||
QTimer *checkConnect;
|
||||
QList<QPair<torrent_handle,std::string> > unauthenticated_trackers;
|
||||
downloadFromURL *downloadFromURLDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue