┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-01-22 01:22:56 +0000
committerDavid Faure <[email protected]>2008-01-22 01:22:56 +0000
commit13706a2952a7e8b9af6a9cf33d43200c3d360c41 (patch)
treed130bab747ebfb5741d1012c6d4dc539549c33ef /src/dolphiniconsview.h
parentcde816c4f5b3ff547124910185b7be76763c2e34 (diff)
Move the code handling the additional-info-actions to DolphinView; simplify signal from DolphinView (it has the info anyway).
The fact that the last additional-info doesn't show up in the icon view is in fact a KFileItemDelegate bug, not a bug in this code :) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764544
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 06c417868..af65bbda8 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -67,7 +67,7 @@ private slots:
void triggerItem(const QModelIndex& index);
void slotEntered(const QModelIndex& index);
void slotShowPreviewChanged();
- void slotAdditionalInfoChanged(const KFileItemDelegate::InformationList& info);
+ void slotAdditionalInfoChanged();
void zoomIn();
void zoomOut();