Changeset 186 for smplayer/vendor/current/src/helper.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/helper.h
r175 r186 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 … … 36 36 // Format a time (hh:mm:ss) 37 37 static QString formatTime(int secs); 38 39 // Format a time (hh:mm:ss.cc) 40 static QString formatTime2(double secs); 38 41 39 42 static QString timeForJumps(int secs);
Note:
See TracChangeset
for help on using the changeset viewer.