X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizard.h;h=2684380de599813bb699d09fbbad4d0306649ff3;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=cfeba33251e4f90134dd54125304e6d81d859d65;hpb=95231df40ffdcd433b080b9dad205dd66ea3b2a0;p=kdenlive diff --git a/src/dvdwizard.h b/src/dvdwizard.h index cfeba332..2684380d 100644 --- a/src/dvdwizard.h +++ b/src/dvdwizard.h @@ -22,8 +22,6 @@ #define DVDWIZARD_H #include -#include -#include #include #include @@ -73,11 +71,11 @@ private: KTemporaryFile m_menuVideo; KTemporaryFile m_menuFinalVideo; KTemporaryFile m_menuImageBackground; - void cleanup(); QMenu *m_burnMenu; + void cleanup(); void errorMessage(const QString &text); void infoMessage(const QString &text); - void processDvdauthor(QString menuMovieUrl = QString(), stringRectMap buttons = stringRectMap(), QStringList buttonsTarget = QStringList()); + void processDvdauthor(const QString &menuMovieUrl = QString(), const stringRectMap &buttons = stringRectMap(), const QStringList &buttonsTarget = QStringList()); private slots: void slotPageChanged(int page);