mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Follow project coding style. Issue #2192.
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
ComboBoxMenuButton::ComboBoxMenuButton(QWidget *parent, QMenu *menu)
|
||||
: QComboBox(parent)
|
||||
, m_menu(menu)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void ComboBoxMenuButton::showPopup()
|
||||
{
|
||||
@@ -55,7 +54,6 @@ void ComboBoxMenuButton::showPopup()
|
||||
QComboBox::hidePopup();
|
||||
}
|
||||
|
||||
|
||||
SpeedWidget::SpeedWidget(PropertiesWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
@@ -202,4 +200,3 @@ void SpeedWidget::saveSettings() const
|
||||
preferences->setSpeedWidgetGraphEnable(id, action->isChecked());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user