mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Change some types (uint -> int) in RSS subsystem
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void deleteSelectedItems();
|
||||
void updateRefreshInterval(uint val);
|
||||
void updateRefreshInterval(int val) const;
|
||||
|
||||
signals:
|
||||
void unreadCountUpdated(int count);
|
||||
|
||||
Reference in New Issue
Block a user