mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-10 10:35:59 -05:00
Add enhanced relative time to variable tab cells
This commit is contained in:
committed by
WarmUpTill
parent
57d78a996a
commit
6ccbaad41c
8
lib/utils/time-helpers.hpp
Normal file
8
lib/utils/time-helpers.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
|
||||
namespace advss {
|
||||
|
||||
QString FormatRelativeTime(const double seconds);
|
||||
|
||||
} // namespace advss
|
||||
Reference in New Issue
Block a user