diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ namespace Helper { Duration operator+(const Duration &dur) const; const QString toString() const; bool isNull() const; + qint64 toSeconds() const; private: int mHours; |