diff options
Diffstat (limited to 'moviewidget.h')
-rw-r--r-- | moviewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moviewidget.h b/moviewidget.h index 6201861..43f05e6 100644 --- a/moviewidget.h +++ b/moviewidget.h @@ -9,6 +9,7 @@ class QTreeView; class QSortFilterProxyModel; class QStandardItemModel; class SmView; +class MoviePropertiesDialog; class MovieWidget : public QWidget { Q_OBJECT @@ -41,6 +42,7 @@ class MovieWidget : public QWidget { SmView *mBottomView; QSortFilterProxyModel *mBottomProxy; QStandardItemModel *mBottomModel; + MoviePropertiesDialog *mPropDlg; }; #endif // MOVIEWIDGET_H |