mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 20:31:47 +00:00
commit
7bd7f2b045
@ -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…
x
Reference in New Issue
Block a user