| 22 | using namespace SigDigger; |
| 23 | |
| 24 | ToolWidget::ToolWidget( |
| 25 | ToolWidgetFactory *factory, UIMediator *mediator, QWidget *parent) : |
| 26 | QWidget(parent), UIComponent(factory, mediator) |
| 27 | { |
| 28 | |
| 29 | } |
| 30 | |
| 31 | bool |
| 32 | ToolWidgetFactory::registerGlobally(void) |
nothing calls this directly
no outgoing calls
no test coverage detected