X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmanagecapturesdialog.h;h=dc0e1e784eb996a2a8ec132d2f600263f9bf5170;hb=100473af93a8de96283d3464115e449380239586;hp=ccf1b569266cd986614ba839263cbf5288a83d83;hpb=6d213ea2eb54855b035d2d8a9cb1c23e89f7ba3b;p=kdenlive diff --git a/src/managecapturesdialog.h b/src/managecapturesdialog.h index ccf1b569..dc0e1e78 100644 --- a/src/managecapturesdialog.h +++ b/src/managecapturesdialog.h @@ -18,10 +18,9 @@ ***************************************************************************/ -#ifndef CAPTUREDIALOG_H -#define CAPTUREDIALOG_H +#ifndef MANAGECAPTURESDIALOG_H +#define MANAGECAPTURESDIALOG_H -#include #include #include @@ -29,11 +28,12 @@ //#include "docclipbase.h" #include "ui_managecaptures_ui.h" -class ManageCapturesDialog : public QDialog { +class ManageCapturesDialog : public QDialog +{ Q_OBJECT public: - ManageCapturesDialog(KUrl::List files, QWidget * parent = 0); + explicit ManageCapturesDialog(KUrl::List files, QWidget * parent = 0); ~ManageCapturesDialog(); KUrl::List importFiles(); @@ -41,6 +41,7 @@ private slots: void slotRefreshButtons(); void slotDeleteCurrent(); void slotToggle(); + void slotCheckItemIcon(); protected: //void wheelEvent(QWheelEvent * event);