mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
memleak fix
This commit is contained in:
parent
d73688bfd8
commit
de26606ad5
@ -73,7 +73,7 @@ SpeedWidget::SpeedWidget(PropertiesWidget *parent)
|
||||
|
||||
connect(m_periodCombobox, SIGNAL(currentIndexChanged(int)), this, SLOT(onPeriodChange(int)));
|
||||
|
||||
m_graphsMenu = new QMenu();
|
||||
m_graphsMenu = new QMenu(this);
|
||||
m_graphsMenu->addAction(tr("Total Upload"));
|
||||
m_graphsMenu->addAction(tr("Total Download"));
|
||||
m_graphsMenu->addAction(tr("Payload Upload"));
|
||||
|
Loading…
Reference in New Issue
Block a user