mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
parent
7fffb6526c
commit
cf061b7d30
@ -102,9 +102,6 @@ PropTabBar::PropTabBar(QWidget *parent)
|
||||
// SIGNAL/SLOT
|
||||
connect(m_btnGroup, &QButtonGroup::idClicked
|
||||
, this, &PropTabBar::setCurrentIndex);
|
||||
// Disable buttons focus
|
||||
for (QAbstractButton *btn : asConst(m_btnGroup->buttons()))
|
||||
btn->setFocusPolicy(Qt::NoFocus);
|
||||
}
|
||||
|
||||
int PropTabBar::currentIndex() const
|
||||
|
Loading…
Reference in New Issue
Block a user