| 46 | WidgetInspectorInterface::~WidgetInspectorInterface() = default; |
| 47 | |
| 48 | WidgetInspectorInterface::Features WidgetInspectorInterface::features() const |
| 49 | { |
| 50 | return m_features; |
| 51 | } |
| 52 | |
| 53 | void WidgetInspectorInterface::setFeatures(WidgetInspectorInterface::Features features) |
| 54 | { |