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/placespanel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/panels/places/placespanel.h') diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 7951cdd9c..16112e8b2 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -28,6 +28,7 @@ class KItemListController; class PlacesItemEditDialog; class PlacesItem; class PlacesItemModel; +class PlacesView; class QGraphicsSceneDragDropEvent; /** @@ -81,6 +82,7 @@ private: private: KItemListController* m_controller; PlacesItemModel* m_model; + PlacesView* m_view; KUrl m_storageSetupFailedUrl; Qt::MouseButton m_triggerStorageSetupButton; -- cgit v1.3.1