Changeset 176 for smplayer/trunk/src/youtube/codedownloader.cpp
- Timestamp:
- May 3, 2016, 5:25:45 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
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 <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 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 #ifndef QT_NO_DEBUG_OUTPUT 115 116 qDebug() << "CodeDownloader::updateDataReadProgress: " << bytes_read << " " << total_bytes; 117 #endif 116 118 if (total_bytes > -1) { 117 119 setMaximum(total_bytes);
Note:
See TracChangeset
for help on using the changeset viewer.