mirror of
https://github.com/transmission/transmission.git
synced 2026-04-23 18:29:54 +01:00
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
This commit is contained in:
@@ -57,7 +57,6 @@ class Session: public QObject
|
||||
const struct tr_session_stats& getStats () const { return myStats; }
|
||||
const struct tr_session_stats& getCumulativeStats () const { return myCumulativeStats; }
|
||||
const QString& sessionVersion () const { return mySessionVersion; }
|
||||
int64_t downloadDirFreeSpace () const { return myDownloadDirFreeSpace; }
|
||||
|
||||
public:
|
||||
int64_t blocklistSize () const { return myBlocklistSize; }
|
||||
@@ -160,7 +159,6 @@ class Session: public QObject
|
||||
struct tr_session_stats myStats;
|
||||
struct tr_session_stats myCumulativeStats;
|
||||
QString mySessionVersion;
|
||||
int64_t myDownloadDirFreeSpace;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user