summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index efccaa2..d8f7eef 100644
--- a/shemov.h
+++ b/shemov.h
@@ -45,7 +45,7 @@ class SheMov : public QMainWindow {
void newMovieWizard();
void newMovieWizardWithFiles();
void setSize(qint64 size);
- void setDuration(const QVariant dur);
+ void setDuration(qint64 dur, bool maybeMore);
void checkConsistency();
void toggleHover(QObject *object);
void checkMount(bool mounted);