mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Revise Session::getPendingAlerts function signature
This commit is contained in:
parent
e32ef7f5c5
commit
a3fd340187
2 changed files with 11 additions and 13 deletions
|
@ -568,7 +568,7 @@ namespace BitTorrent
|
|||
void saveTorrentsQueue();
|
||||
void removeTorrentsQueue();
|
||||
|
||||
void getPendingAlerts(std::vector<lt::alert *> &out, ulong time = 0);
|
||||
std::vector<lt::alert *> getPendingAlerts(lt::time_duration time = lt::time_duration::zero()) const;
|
||||
|
||||
// BitTorrent
|
||||
lt::session *m_nativeSession = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue