Changeset 176 for smplayer/trunk/src/discname.cpp
- Timestamp:
- May 3, 2016, 5:25:45 PM (10 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/discname.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/discname.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 … … 26 26 QString DiscName::join(const DiscData & d) { 27 27 QString s = d.protocol + "://"; 28 if (d.title > 0)s += QString::number(d.title);28 s += QString::number(d.title); 29 29 if (!d.device.isEmpty()) s+= "/" + removeTrailingSlash(d.device); 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
