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

Method notify

src/plugins/core/notify/notificationmanager.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void NotificationManager::notify(uint type, const QString &name, const QString &msg, const QStringList &actions)
118{
119 notify(type, name, msg, actions, nullptr);
120}
121
122void NotificationManager::notify(uint type, const QString &name, const QString &msg, const QStringList &actions, NotifyCallback cb)
123{

Callers

nothing calls this directly

Calls 4

notifyFunction · 0.85
isVisibleMethod · 0.80
pushBubbleMethod · 0.80
addNotificationMethod · 0.45

Tested by

no test coverage detected