mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Follow project coding style. Issue #2192.
This commit is contained in:
parent
5e796054ba
commit
cd4f288f67
3 changed files with 15 additions and 20 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue