mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
committed by
GitHub
parent
f3f4610ba4
commit
34d30ed031
@@ -543,10 +543,8 @@ int TorrentOptionsDialog::getInactiveSeedingTime() const
|
||||
return m_ui->spinInactiveTimeLimit->value();
|
||||
}
|
||||
|
||||
void TorrentOptionsDialog::handleCategoryChanged(const int index)
|
||||
void TorrentOptionsDialog::handleCategoryChanged([[maybe_unused]] const int index)
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
|
||||
if (m_ui->checkAutoTMM->checkState() == Qt::Checked)
|
||||
{
|
||||
if (!m_allSameCategory && (m_ui->comboCategory->currentIndex() == 0))
|
||||
|
||||
Reference in New Issue
Block a user