mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Fix memory leak.
This commit is contained in:
@@ -49,6 +49,7 @@ class ShutdownConfirmDlg : public QDialog
|
||||
|
||||
public:
|
||||
ShutdownConfirmDlg(const ShutdownAction &action);
|
||||
~ShutdownConfirmDlg();
|
||||
bool shutdown() const;
|
||||
|
||||
static bool askForConfirmation(const ShutdownAction &action);
|
||||
|
||||
Reference in New Issue
Block a user