mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -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
|
@ -54,7 +54,7 @@ public:
|
|||
|
||||
public slots:
|
||||
void deleteSelectedItems();
|
||||
void updateRefreshInterval(uint val);
|
||||
void updateRefreshInterval(int val) const;
|
||||
|
||||
signals:
|
||||
void unreadCountUpdated(int count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue