mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Mark QTorrentHandle constructor as explicit
This commit is contained in:
parent
9b2565dff9
commit
c32b352ec1
2 changed files with 10 additions and 10 deletions
|
@ -53,7 +53,7 @@ class QTorrentHandle {
|
|||
//
|
||||
|
||||
QTorrentHandle() {}
|
||||
QTorrentHandle(torrent_handle h);
|
||||
explicit QTorrentHandle(torrent_handle h);
|
||||
|
||||
//
|
||||
// Getters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue