mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -45,7 +45,6 @@ using namespace std::chrono_literals;
|
||||
ShutdownConfirmDialog::ShutdownConfirmDialog(QWidget *parent, const ShutdownDialogAction &action)
|
||||
: QDialog(parent)
|
||||
, m_ui(new Ui::ShutdownConfirmDialog)
|
||||
, m_timeout(15)
|
||||
, m_action(action)
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user