summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-04-28 15:29:35 +0200
committerArno <am@disconnect.de>2012-04-28 15:29:35 +0200
commit3f2df0541a862d8e6a799b9502e6b3f7a0c5f884 (patch)
tree4451efc120da60b894a40c98391236fc5ae2096a /filesystemwidget.h
parent5bf304d22564666621c35919b2d9aea1aa5b4b5a (diff)
downloadSheMov-3f2df0541a862d8e6a799b9502e6b3f7a0c5f884.tar.gz
SheMov-3f2df0541a862d8e6a799b9502e6b3f7a0c5f884.tar.bz2
SheMov-3f2df0541a862d8e6a799b9502e6b3f7a0c5f884.zip
Weed out PictureViewer in favor of PictureViewer2
Remove PictureViewer from everywhere and use PictureViewer2 instead.
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h7
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;