┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-28 21:12:46 +0000
committerPeter Penz <[email protected]>2009-08-28 21:12:46 +0000
commit656763c93055be43cc131a1c62e01e4ea16adbf6 (patch)
tree961d498616739dbf01ed66bcfaf03625c7506212 /src/dolphincolumnview.h
parent41c14c5f8ebc00ba443f13d300f5b445aee7aa1b (diff)
restore zooming functionality
svn path=/trunk/KDE/kdebase/apps/; revision=1016779
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index 91624db2e..642dfaeaf 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -104,6 +104,8 @@ protected:
virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
private slots:
+ void setZoomLevel(int level);
+
void slotEntered(const QModelIndex& index);
void requestActivation();
void updateFont();