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/placespanel.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/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
