X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocumentchecker.h;h=e6341e3cba8a34c9c7079bec24741671970245c2;hb=05d5da65489ab125958e4f62ded8987bcf4989aa;hp=d162e294a14ffcfb3886fcc81421b60dbb99c39f;hpb=43f46c895d2a8a0c2c7b2c3fefb7c223a28de110;p=kdenlive diff --git a/src/documentchecker.h b/src/documentchecker.h index d162e294..e6341e3c 100644 --- a/src/documentchecker.h +++ b/src/documentchecker.h @@ -26,7 +26,6 @@ #include #include -#include #include @@ -35,9 +34,8 @@ class DocumentChecker : public QDialog Q_OBJECT public: - explicit DocumentChecker(QDomDocument doc, QWidget * parent = 0); + explicit DocumentChecker(QDomNodeList producers, QDomNodeList infoproducers, QList missingClips, QDomDocument doc, QWidget * parent = 0); ~DocumentChecker(); - KUrl::List importFiles(); private slots: virtual void accept(); @@ -46,17 +44,12 @@ private slots: void slotPlaceholders(); void slotDeleteSelected(); -protected: - //void wheelEvent(QWheelEvent * event); - private: Ui::MissingClips_UI m_view; QDomDocument m_doc; QString searchFileRecursively(const QDir &dir, const QString &matchSize, const QString &matchHash) const; void checkStatus(); -signals: - //void updateThumb(); };