summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-08 22:09:36 +0200
committerArno <am@disconnect.de>2013-07-08 22:09:36 +0200
commit9dc2528dfdb04f18641602cfd24c09cb9b119107 (patch)
tree3849b34fea7be7db681af81ab732c4cbe72371ac /helper.h
parent1013140a8b66968de1cfa0d07a353b47b8234899 (diff)
downloadSheMov-9dc2528dfdb04f18641602cfd24c09cb9b119107.tar.gz
SheMov-9dc2528dfdb04f18641602cfd24c09cb9b119107.tar.bz2
SheMov-9dc2528dfdb04f18641602cfd24c09cb9b119107.zip
Make new archive work
Well, this is a huge commit. Should be severals, but who knew... First and foremost feature: Make NewMovieWizard work with the experimental model. This change obsoleted a lot of code. Also, the old archive won't work with with the new Wizward... There are most probably many other features I forgot about.
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 983659d..f4b00f0 100644
--- a/helper.h
+++ b/helper.h
@@ -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;