mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
9 lines
124 B
C++
9 lines
124 B
C++
#pragma once
|
|
#include <QString>
|
|
|
|
namespace advss {
|
|
|
|
QString FormatRelativeTime(const double seconds);
|
|
|
|
} // namespace advss
|