mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
Added to count downloads/uploads items
Enabled to get copy the DHT label values via mouse Added counting on DHT Window & added context menu for DHT Tree, to copy IP addresses to clipboard
This commit is contained in:
parent
36c68e71ec
commit
397729bd93
6 changed files with 66 additions and 2 deletions
|
@ -239,6 +239,9 @@ private:
|
|||
|
||||
/** Adds a new action to the toolbar. */
|
||||
void addAction(QAction *action, const char *slot = 0);
|
||||
|
||||
QString downloads;
|
||||
QString uploads;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::TransfersDialog ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue