Change some types (uint -> int) in RSS subsystem

This commit is contained in:
FranciscoPombal 2020-10-07 13:01:34 +01:00
parent deffdbe881
commit 2c10b3936b
5 changed files with 10 additions and 10 deletions

View file

@ -54,7 +54,7 @@ public:
public slots:
void deleteSelectedItems();
void updateRefreshInterval(uint val);
void updateRefreshInterval(int val) const;
signals:
void unreadCountUpdated(int count);