]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardchapters.h
cppcheck fixes, patch by Mikko Rapeli [9/27]
[kdenlive] / src / dvdwizardchapters.h
index 77887d53d53b20eca536837a3e3707bb278771e3..515d9425e834dcdf88b40f9d36c34fb3a4bda562 100644 (file)
@@ -38,12 +38,14 @@ public:
     virtual ~DvdWizardChapters();
     virtual bool isComplete() const;
     void changeProfile(bool isPal);
-    void slotGetChaptersList(int ix);
     void setPal(bool isPal);
-    void setVobFiles(bool isPal, const QStringList movies, const QStringList durations);
+    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 <QString, QString> chaptersData() const;
+    void stopMonitor();
 
 private:
     Ui::DvdWizardChapters_UI m_view;
@@ -58,7 +60,6 @@ private slots:
     void slotAddChapter();
     void slotRemoveChapter();
     void slotGoToChapter();
-    void slotSaveChapter();
 };
 
 #endif