┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-18 19:30:25 +0000
committerPeter Penz <[email protected]>2008-08-18 19:30:25 +0000
commit10468b1c06a5852b006331b91e066bad75278b2e (patch)
tree5f452b1dc91cdc33ac37fbdfe6500801c56b4877 /src/dolphindetailsview.h
parent2543dd55b232190e227b917d8ea4047c173615b8 (diff)
Column view + detail view: use different settings for preview and icon size like in the icon view for consistency. The setting dialogs will be adjusted later.
svn path=/trunk/KDE/kdebase/apps/; revision=848955
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h4
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;