mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Fix shutdownconfirm position
This commit is contained in:
@@ -45,10 +45,10 @@ class ShutdownConfirmDlg: public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ShutdownConfirmDlg(const ShutdownDialogAction &action);
|
||||
ShutdownConfirmDlg(QWidget *parent, const ShutdownDialogAction &action);
|
||||
~ShutdownConfirmDlg();
|
||||
|
||||
static bool askForConfirmation(const ShutdownDialogAction &action);
|
||||
static bool askForConfirmation(QWidget *parent, const ShutdownDialogAction &action);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user