| 12 | namespace QodeAssist { |
| 13 | |
| 14 | RefactorWidgetHandler::RefactorWidgetHandler(QObject *parent) |
| 15 | : QObject(parent) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | RefactorWidgetHandler::~RefactorWidgetHandler() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected