20#ifndef ORES_QT_RELATIVE_TIME_HELPER_HPP
21#define ORES_QT_RELATIVE_TIME_HELPER_HPP
48 static QString
format(
const std::string& recorded_at);
56 static QString format(
const QString& recorded_at);
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35
Helper class for formatting recorded_at timestamps as relative time.
Definition RelativeTimeHelper.hpp:34
static QString format(const std::string &recorded_at)
Formats a recorded_at timestamp string as relative time.
Definition RelativeTimeHelper.cpp:51