forked from qbittorrent/qBittorrent
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
1,784 additions
and
1,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Bittorrent Client using Qt and libtorrent. | ||
* Copyright (C) 2015-2022 Vladimir Golovnev <[email protected]> | ||
* Copyright (C) 2015-2023 Vladimir Golovnev <[email protected]> | ||
* Copyright (C) 2006 Christophe Dumez <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
|
@@ -49,6 +49,7 @@ namespace BitTorrent | |
enum class DownloadPriority; | ||
class InfoHash; | ||
class PeerInfo; | ||
class Session; | ||
class TorrentID; | ||
class TorrentInfo; | ||
struct PeerAddress; | ||
|
@@ -131,6 +132,8 @@ namespace BitTorrent | |
|
||
using TorrentContentHandler::TorrentContentHandler; | ||
|
||
virtual Session *session() const = 0; | ||
|
||
virtual InfoHash infoHash() const = 0; | ||
virtual QString name() const = 0; | ||
virtual QDateTime creationDate() const = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.