diff options
| author | Fredrik Höglund <[email protected]> | 2007-10-01 22:06:49 +0000 |
|---|---|---|
| committer | Fredrik Höglund <[email protected]> | 2007-10-01 22:06:49 +0000 |
| commit | dbc8874c00c35aaefacdd03f8aef9e4ac4e2be01 (patch) | |
| tree | 40880f16b744231bbdde06db2996bc8e9485f820 /src/dolphinview.h | |
| parent | dd34d651b5d1d4289d39bbd75b696ec5e1d6d0b3 (diff) | |
Port dolphin to the KFileItemDelegate API changes.
svn path=/trunk/KDE/kdebase/apps/; revision=719796
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index be02d776e..60864dd9b 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -279,10 +279,13 @@ public: Qt::SortOrder sortOrder() const; /** Sets the additional information which should be shown for the items. */ - void setAdditionalInfo(KFileItemDelegate::AdditionalInformation info); + void setAdditionalInfo(KFileItemDelegate::InformationList info); + + /** Sets the additional information which should be shown for the items. */ + void setAdditionalInfo(KFileItemDelegate::Information info); /** Returns the additional information which should be shown for the items. */ - KFileItemDelegate::AdditionalInformation additionalInfo() const; + KFileItemDelegate::InformationList additionalInfo() const; /** Reloads the current directory. */ void reload(); @@ -355,7 +358,7 @@ signals: void sortOrderChanged(Qt::SortOrder order); /** Is emitted if the additional information for an item has been changed. */ - void additionalInfoChanged(KFileItemDelegate::AdditionalInformation info); + void additionalInfoChanged(KFileItemDelegate::InformationList info); /** * Is emitted if information of an item is requested to be shown e. g. in the sidebar. |
