| 133 | } |
| 134 | |
| 135 | void PythonDebug::notifyMessage(const QString &msg) |
| 136 | { |
| 137 | auto winSrv = dpfGetService(WindowService); |
| 138 | if (!winSrv) |
| 139 | return; |
| 140 | |
| 141 | winSrv->notify(2, "Python", msg, {}); |
| 142 | } |
| 143 | |
| 144 | void PythonDebug::notifyToInstall() |
| 145 | { |