diff options
Diffstat (limited to 'pictureviewer.h')
-rw-r--r-- | pictureviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pictureviewer.h b/pictureviewer.h index 2791bbe..2a8374a 100644 --- a/pictureviewer.h +++ b/pictureviewer.h @@ -22,7 +22,7 @@ class PictureViewer : public QGraphicsView { PictureViewer(QWidget *parent = 0); public slots: - void showPic(const QString &path); + void showPic(const QString &path, bool enableDirEntries = true); void next(); void previous(); |