MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / notifyMessage

Method notifyMessage

src/plugins/python/python/pythondebug.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void 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
144void PythonDebug::notifyToInstall()
145{

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected