From 6f8060fc6d9f31da42ca7e62606becf9c4006f57 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Thu, 1 Nov 2012 00:58:32 +0100 Subject: Add an "Icon Size" submenu to the context menu of the Places Panel FEATURE: 307475 FIXED-IN: 4.10.0 CCBUG: 301959 --- src/panels/places/placesview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/places/placesview.h') diff --git a/src/panels/places/placesview.h b/src/panels/places/placesview.h index 87eb3a50b..19c99c39b 100644 --- a/src/panels/places/placesview.h +++ b/src/panels/places/placesview.h @@ -33,6 +33,9 @@ class PlacesView : public KStandardItemListView public: explicit PlacesView(QGraphicsWidget* parent = 0); + + void setIconSize(int size); + int iconSize() const; }; #endif -- cgit v1.3.1