diff options
Diffstat (limited to 'filestreewidget.h')
-rw-r--r-- | filestreewidget.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/filestreewidget.h b/filestreewidget.h index ae8e27b..a0c9c2f 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -33,12 +33,10 @@ class FilesTreeWidget : public QWidget { public slots: void moveToBurn(); - void setDvdNo(); void removeFiles(); void moveToDirectory(); void fileProperties(); - void editQuality(); - void editPart(); + void edit(int column); private slots: void fileSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); @@ -91,18 +89,4 @@ class FilesTreeSortModel : public QSortFilterProxyModel { protected: virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const; }; - -class DvdNoDialog : public QDialog { - Q_OBJECT - public: - DvdNoDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); - ~DvdNoDialog() {} - int dvdNo() const; - - private: - QSpinBox *mDvdNo; - QPushButton *mOk; - QPushButton *mCancel; -}; - #endif |