| 65 | using DTK_WIDGET_NAMESPACE::DSpinner; |
| 66 | |
| 67 | void notify(uint type, const QString &message) // type 0-infomation, 1-warning, 2-error |
| 68 | { |
| 69 | auto wdService = dpfGetService(WindowService); |
| 70 | wdService->notify(type, QObject::tr("Debug"), message, {}); |
| 71 | } |
| 72 | |
| 73 | class DebuggerPrivate |
| 74 | { |
no test coverage detected