diff options
| author | Peter Penz <[email protected]> | 2011-09-09 20:34:55 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-09-09 20:35:57 +0200 |
| commit | c7272df5c17c804fd379e4bac2758850f03695da (patch) | |
| tree | e613a2ee48df15be046fd365bc7feeaf2021619b /src/views/dolphinfileitemlistwidget.h | |
| parent | 93cb7e02616df9746f7cdae09434e7488f4e7d28 (diff) | |
Improve cache handling in KItemListWidget
Provide a hook for derived KItemListWidget where the cache
can be updated.
Diffstat (limited to 'src/views/dolphinfileitemlistwidget.h')
| -rw-r--r-- | src/views/dolphinfileitemlistwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index b08b96428..8435b5c18 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -40,8 +40,7 @@ public: virtual ~DolphinFileItemListWidget(); protected: - virtual void dataChanged(const QHash<QByteArray, QVariant>& current, const QSet<QByteArray>& roles = QSet<QByteArray>()); - virtual void styleOptionChanged(const KItemListStyleOption& current, const KItemListStyleOption& previous); + virtual void refreshCache(); private: static QPixmap overlayForState(KVersionControlPlugin::VersionState state, int size); |
