NOISSUE Move hour formatting for play time to a function

This commit is contained in:
Petr Mrázek
2022-11-20 00:00:44 +01:00
parent 90b16fb903
commit 7354c578fd
4 changed files with 8 additions and 3 deletions

View File

@@ -21,5 +21,6 @@
namespace Time {
QString prettifyDuration(int64_t duration);
QString prettifyDurationHours(int64_t duration);
}