mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Remove useless function that can cause compilation errors
This commit is contained in:
parent
061a9c7ecf
commit
7fc0b02259
@ -163,11 +163,6 @@ QString QTorrentHandle::save_path() const {
|
|||||||
return misc::toQString(h.save_path().string());
|
return misc::toQString(h.save_path().string());
|
||||||
}
|
}
|
||||||
|
|
||||||
fs::path QTorrentHandle::save_path_boost() const {
|
|
||||||
Q_ASSERT(h.is_valid());
|
|
||||||
return h.save_path();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool QTorrentHandle::super_seeding() const {
|
bool QTorrentHandle::super_seeding() const {
|
||||||
Q_ASSERT(h.is_valid());
|
Q_ASSERT(h.is_valid());
|
||||||
return h.super_seeding();
|
return h.super_seeding();
|
||||||
|
@ -81,7 +81,6 @@ class QTorrentHandle {
|
|||||||
int num_incomplete() const;
|
int num_incomplete() const;
|
||||||
void scrape_tracker() const;
|
void scrape_tracker() const;
|
||||||
QString save_path() const;
|
QString save_path() const;
|
||||||
fs::path save_path_boost() const;
|
|
||||||
QStringList url_seeds() const;
|
QStringList url_seeds() const;
|
||||||
size_type actual_size() const;
|
size_type actual_size() const;
|
||||||
int download_limit() const;
|
int download_limit() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user