2019-09-08 22:27:57 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QString>
|
|
|
|
|
|
|
|
namespace chatterino {
|
|
|
|
|
|
|
|
// format: 1h 23m 42s
|
|
|
|
QString formatTime(int totalSeconds);
|
2020-07-18 14:12:11 +02:00
|
|
|
QString formatTime(QString totalSecondsString);
|
2019-09-08 22:27:57 +02:00
|
|
|
|
|
|
|
} // namespace chatterino
|