diff options
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index 8328f64..2cb486f 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -24,7 +24,7 @@ class QLineEdit; class QFileInfo; class QAction; class QVariant; -class PictureViewer; +class PictureViewer2; class QStringList; class FileSystemModel; class QSqlQuery; @@ -40,7 +40,7 @@ class FilesystemWidget : public QWidget { FilesystemFileProxy *fileProxy() { return mFileProxy; } FileSystemModel *dirModel() { return mModel; } const QString windowTitle() const { return mWindowTitle; } - PictureViewer *pictureViewer() { return mPicViewer; } + PictureViewer2 *pictureViewer() { return mPicViewer; } bool isMounted(); signals: @@ -64,6 +64,7 @@ class FilesystemWidget : public QWidget { void configChanged(); void dvdMount(); void markSeen(); + void selectAllPV(); private slots: void dirExpanded(const QModelIndex &idx); @@ -89,7 +90,7 @@ class FilesystemWidget : public QWidget { QString mWindowTitle; QString mTemplate; qint64 mSize; - PictureViewer *mPicViewer; + PictureViewer2 *mPicViewer; SheMovIconProvider *mIconProvider; QString mLastDir; int mClipboardMode; |