mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Fix shutdownconfirm position
This commit is contained in:
parent
fb9ebce9c6
commit
6f6fe626a1
3 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue