mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Change some types (uint -> int) in RSS subsystem
This commit is contained in:
@@ -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