![]() |
Mixxx
|
Static Public Member Functions | |
static QString | secondsToMinutes (int totalSeconds, bool showMillis=false) |
static QString | millisecondsToMinutes (int totalMilliseconds, bool showMillis=false) |
Definition at line 20 of file mixxxutils.cpp.
static QString MixxxUtils::millisecondsToMinutes | ( | int | totalMilliseconds, |
bool | showMillis = false |
||
) | [inline, static] |
Constructs a nicely formatted duration string from a given number of milliseconds
Definition at line 30 of file mixxxutils.cpp.
static QString MixxxUtils::secondsToMinutes | ( | int | totalSeconds, |
bool | showMillis = false |
||
) | [inline, static] |
Constructs a nicely formatted duration string from a given number of seconds
Definition at line 23 of file mixxxutils.cpp.