X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardchapters.h;h=620da01493e96d5c586df6c0345c28e80ed34072;hb=2950bfaa74c8dbc91e72634a8c2efbc107f571ae;hp=2291176f8c9789a9c628839a9f6b7252ae8b154c;hpb=49770493349aad0bdad0a09a77c8ebccc35098bc;p=kdenlive diff --git a/src/dvdwizardchapters.h b/src/dvdwizardchapters.h index 2291176f..620da014 100644 --- a/src/dvdwizardchapters.h +++ b/src/dvdwizardchapters.h @@ -39,12 +39,13 @@ public: virtual bool isComplete() const; void changeProfile(bool isPal); void setPal(bool isPal); - void setVobFiles(bool isPal, const QStringList movies, const QStringList durations, const QStringList chapters); + void setVobFiles(bool isPal, bool isWide, const QStringList movies, const QStringList durations, const QStringList chapters); QStringList selectedTitles() const; QStringList selectedTargets() const; QStringList chapters(int ix) const; QDomElement toXml() const; QMap chaptersData() const; + void stopMonitor(); private: Ui::DvdWizardChapters_UI m_view;