mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -62,9 +62,9 @@ private:
|
||||
void updateText();
|
||||
|
||||
// Vars
|
||||
Ui::ShutdownConfirmDialog *m_ui;
|
||||
Ui::ShutdownConfirmDialog *m_ui = nullptr;
|
||||
QTimer m_timer;
|
||||
int m_timeout;
|
||||
int m_timeout = 15;
|
||||
ShutdownDialogAction m_action;
|
||||
QString m_msg;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user