┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemlistwidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-16 19:15:49 +0200
committerPeter Penz <[email protected]>2012-05-16 19:19:57 +0200
commit2fd31c8a95eaa38defa0f6adf3b83b12fc1aa1a3 (patch)
treec207e2e743e23f88a42b8eac5e5c3907c02ac745 /src/panels/places/placesitemlistwidget.h
parenta632e8b9ef43f3b3516012bc1c44f53f31c385da (diff)
Update trash-icon dependent on whether the thrash is empty or not
The class PlacesItemStorageAccessListener has been renamed to PlacesItemSignalHandler and represents a generic signal handler for the PlacesItem.
Diffstat (limited to 'src/panels/places/placesitemlistwidget.h')
-rw-r--r--src/panels/places/placesitemlistwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/panels/places/placesitemlistwidget.h b/src/panels/places/placesitemlistwidget.h
index 28e0f00e8..d7a4f3ddd 100644
--- a/src/panels/places/placesitemlistwidget.h
+++ b/src/panels/places/placesitemlistwidget.h
@@ -22,6 +22,10 @@
#include <kitemviews/kstandarditemlistwidget.h>
+/**
+ * @brief Extends KStandardItemListWidget to interpret the hidden
+ * property of the PlacesModel.
+*/
class PlacesItemListWidget : public KStandardItemListWidget
{
Q_OBJECT