diff options
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index b54fdad..ed1f288 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -28,6 +28,7 @@ class PictureViewer; class QStringList; class FileSystemModel; class QSqlQuery; +class SheMovIconProvider; class FilesystemWidget : public QWidget { Q_OBJECT @@ -63,6 +64,7 @@ class FilesystemWidget : public QWidget { void playSelected(const QString &player = QString()); void readSettings(); void writeSettings(); + void configChanged(); void dvdMount(); void markSeen(); @@ -91,6 +93,7 @@ class FilesystemWidget : public QWidget { QString mTemplate; qint64 mSize; PictureViewer *mPicViewer; + SheMovIconProvider *mIconProvider; QString mLastDir; int mClipboardMode; }; |