X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocumentchecker.h;h=57d3bf37ed87a612d2e5a0a49eaaac270f94791e;hb=e19f8a27245266dcc6c76ecdcea6c1c827f04399;hp=ef8e4c51e0ae99d198eb403c74fc0b75793a2e9e;hpb=0618f3f840f5aff08f66f8b76e5377bd5c41e217;p=kdenlive diff --git a/src/documentchecker.h b/src/documentchecker.h index ef8e4c51..57d3bf37 100644 --- a/src/documentchecker.h +++ b/src/documentchecker.h @@ -43,6 +43,7 @@ private slots: virtual void accept(); void slotSearchClips(); void slotEditItem(QTreeWidgetItem *item, int); + void slotPlaceholders(); protected: //void wheelEvent(QWheelEvent * event); @@ -51,6 +52,7 @@ 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();