mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Change some types (uint -> int) in RSS subsystem
This commit is contained in:
parent
deffdbe881
commit
2c10b3936b
5 changed files with 10 additions and 10 deletions
|
@ -521,7 +521,7 @@ void RSSWidget::restoreSlidersPosition()
|
|||
m_ui->splitterMain->restoreState(stateMain);
|
||||
}
|
||||
|
||||
void RSSWidget::updateRefreshInterval(uint val)
|
||||
void RSSWidget::updateRefreshInterval(int val) const
|
||||
{
|
||||
RSS::Session::instance()->setRefreshInterval(val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue