summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 4883a5f..828bf1c 100644
--- a/helper.h
+++ b/helper.h
@@ -17,7 +17,7 @@ namespace Helper {
class Duration {
public:
Duration();
- Duration(qint64 seconds);
+ Duration(int seconds);
Duration(const QString &dur);
Duration operator+(const Duration &dur) const;
const QString toString() const;