diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 06ae325a2..bd8f1e8a8 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -108,6 +108,8 @@ private slots: QRect elasticBandRect() const; void setZoomLevel(int level); + + void slotShowPreviewChanged(); /** * Opens a context menu at the position \a pos and allows to @@ -146,7 +148,7 @@ private: * will get informed about possible zoom in/zoom out * operations. */ - void updateDecorationSize(); + void updateDecorationSize(bool showPreview); /** Return the upper left position in pixels of the viewport content. */ QPoint contentsPos() const; |
