Changeset 188 for smplayer/trunk/src/infofile.cpp
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/infofile.cpp
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 85 85 QString url = md.filename; 86 86 s += addItem( tr("URL"), url ); 87 /* 88 if (!md.stream_path.isEmpty() && md.stream_path != url) { 89 s += addItem( tr("Video URL"), md.stream_path ); 90 } 91 */ 87 92 } 88 93 s += addItem( tr("Length"), Helper::formatTime((int)md.duration) );
Note:
See TracChangeset
for help on using the changeset viewer.