| 69 | virtual ~Sidebar(); |
| 70 | |
| 71 | SidebarIconsWidget* left() const { return m_left; } |
| 72 | SidebarIconsWidget* right() const { return m_right; } |
| 73 | static SidebarWidgetLocation locationForType(SidebarWidgetType* type); |
| 74 | static SidebarLocation sideForLocation(SidebarWidgetLocation location); |
no outgoing calls
no test coverage detected