summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 23ac261..983659d 100644
--- a/helper.h
+++ b/helper.h
@@ -36,6 +36,7 @@ namespace Helper {
class Duration {
public:
Duration();
+ Duration(qint64 seconds);
Duration(const QString &dur);
Duration operator+(const Duration &dur) const;
const QString toString() const;