lint
This commit is contained in:
parent
147dc9d4da
commit
6793bdf3fd
5 changed files with 18 additions and 9 deletions
|
|
@ -100,10 +100,16 @@ NotificationsManager::systemPostNotification(const QString &line1,
|
|||
WinToast::instance()->showToast(templ, new CustomHandler());
|
||||
}
|
||||
|
||||
void NotificationsManager::actionInvoked(uint, QString) {}
|
||||
void NotificationsManager::notificationReplied(uint, QString) {}
|
||||
void
|
||||
NotificationsManager::actionInvoked(uint, QString)
|
||||
{}
|
||||
void
|
||||
NotificationsManager::notificationReplied(uint, QString)
|
||||
{}
|
||||
|
||||
void NotificationsManager::notificationClosed(uint, uint) {}
|
||||
void
|
||||
NotificationsManager::notificationClosed(uint, uint)
|
||||
{}
|
||||
|
||||
void
|
||||
NotificationsManager::removeNotification(const QString &, const QString &)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue