diff options
| author | Peter Penz <[email protected]> | 2011-09-08 18:57:52 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-09-08 18:58:59 +0200 |
| commit | be629fe8501941138da849cf1179ad67cd5570cb (patch) | |
| tree | f10197fcac7c698a3768327475ef7b339a2f6397 /src/views/dolphinfileitemlistwidget.h | |
| parent | f8f78f223cf9549556bcbd9214a1e530d5217069 (diff) | |
Version control: Apply text-color if an item is versioned
Diffstat (limited to 'src/views/dolphinfileitemlistwidget.h')
| -rw-r--r-- | src/views/dolphinfileitemlistwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index 39c2e454d..d94a9810e 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -31,6 +31,11 @@ class LIBDOLPHINPRIVATE_EXPORT DolphinFileItemListWidget : public KFileItemListW public: DolphinFileItemListWidget(QGraphicsItem* parent); virtual ~DolphinFileItemListWidget(); + +protected: + /** @reimp */ + virtual void dataChanged(const QHash<QByteArray, QVariant>& current, const QSet<QByteArray>& roles = QSet<QByteArray>()); + }; #endif |
