diff options
| author | Frank Reininghaus <[email protected]> | 2012-11-01 00:58:32 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-11-01 00:58:32 +0100 |
| commit | 6f8060fc6d9f31da42ca7e62606becf9c4006f57 (patch) | |
| tree | a9a111ea759f4b2560dd8b3041fc452de8653519 /src/panels/places/placesview.h | |
| parent | 1353c92cce7ebc805b51d90f0bbb0c95dca0f2cb (diff) | |
Add an "Icon Size" submenu to the context menu of the Places Panel
FEATURE: 307475
FIXED-IN: 4.10.0
CCBUG: 301959
Diffstat (limited to 'src/panels/places/placesview.h')
| -rw-r--r-- | src/panels/places/placesview.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
