| 73 | { |
| 74 | public: |
| 75 | DebuggerWidgetType(const QImage& icon, const QString& name) : SidebarWidgetType(icon, name) {} |
| 76 | |
| 77 | bool isInReferenceArea() const override { return false; } |
| 78 |
nothing calls this directly
no outgoing calls
no test coverage detected