Changeset 176 for smplayer/trunk/src/youtube/codedownloader.cpp
- Timestamp:
- May 3, 2016, 5:25:45 PM (10 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/youtube/codedownloader.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/youtube/codedownloader.cpp
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 113 113 114 114 void CodeDownloader::updateDataReadProgress(qint64 bytes_read, qint64 total_bytes) { 115 115 116 qDebug() << "CodeDownloader::updateDataReadProgress: " << bytes_read << " " << total_bytes; 117 116 118 if (total_bytes > -1) { 117 119 setMaximum(total_bytes);
Note:
See TracChangeset
for help on using the changeset viewer.
