mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: round-trip to the event loop from KNotification::event() again
compat for ksmserver.. Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3e01296579
commit
e99b1b6e32
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ void KNotification::event(const QString &eventid, const QString &title, const QS
|
|||
knotification->setIcon(icon);
|
||||
knotification->setWidget(widget);
|
||||
knotification->setFlags(flags);
|
||||
knotification->send();
|
||||
QTimer::singleShot(0, knotification, SLOT(send()));
|
||||
}
|
||||
|
||||
void KNotification::beep(const QString &reason, QWidget *widget)
|
||||
|
|
Loading…
Add table
Reference in a new issue