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:
@@ -104,7 +104,6 @@ class TrMainWindow: public QMainWindow
|
||||
void showTotalTransfer ();
|
||||
void showSessionRatio ();
|
||||
void showSessionTransfer ();
|
||||
void refreshFreeSpace ();
|
||||
void refreshTitle ();
|
||||
void refreshStatusBar ();
|
||||
void refreshTrayIcon ();
|
||||
@@ -158,8 +157,6 @@ class TrMainWindow: public QMainWindow
|
||||
QLabel * myStatsLabel;
|
||||
QLabel * myDownloadSpeedLabel;
|
||||
QLabel * myUploadSpeedLabel;
|
||||
QLabel * myFreeSpaceTextLabel;
|
||||
QLabel * myFreeSpaceIconLabel;
|
||||
QLabel * myNetworkLabel;
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user