mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Mark QTorrentHandle constructor as explicit
This commit is contained in:
@@ -53,7 +53,7 @@ class QTorrentHandle {
|
||||
//
|
||||
|
||||
QTorrentHandle() {}
|
||||
QTorrentHandle(torrent_handle h);
|
||||
explicit QTorrentHandle(torrent_handle h);
|
||||
|
||||
//
|
||||
// Getters
|
||||
|
||||
Reference in New Issue
Block a user