Changeset 14378 for trunk/qt/stats-dialog.cc
- Timestamp:
- Dec 12, 2014, 11:21:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/stats-dialog.cc
r14377 r14378 80 80 StatsDialog::updateStats () 81 81 { 82 const structtr_session_stats& current (mySession.getStats ());83 const structtr_session_stats& total (mySession.getCumulativeStats ());82 const tr_session_stats& current (mySession.getStats ()); 83 const tr_session_stats& total (mySession.getCumulativeStats ()); 84 84 85 85 myCurrentUp->setText (Formatter::sizeToString (current.uploadedBytes));
Note: See TracChangeset
for help on using the changeset viewer.