diff options
| author | David Faure <[email protected]> | 2008-01-22 01:22:56 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-01-22 01:22:56 +0000 |
| commit | 13706a2952a7e8b9af6a9cf33d43200c3d360c41 (patch) | |
| tree | d130bab747ebfb5741d1012c6d4dc539549c33ef /src/dolphinmainwindow.h | |
| parent | cde816c4f5b3ff547124910185b7be76763c2e34 (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/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ab96cd155..444a4a946 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -274,8 +274,8 @@ private slots: void toggleSortCategorization(); /** - * Applies \a info dependent from the current checked state of the action - * \a actionName to the file item delegate. + * Switches on or off the displaying of additional information + * as specified by \a action. */ void toggleAdditionalInfo(QAction* action); @@ -376,7 +376,7 @@ private slots: void slotSortOrderChanged(Qt::SortOrder order); /** Updates the state of the 'Additional Information' actions. */ - void slotAdditionalInfoChanged(KFileItemDelegate::InformationList info); + void slotAdditionalInfoChanged(); /** * Updates the state of the 'Edit' menu actions and emits |
