Save work.
This commit is contained in:
parent
89c4738245
commit
15e2dad052
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Notification::Notification() : QWidget(0), m_title(QString()), m_text(QString())
|
||||||
"org.freedesktop.Notifications",
|
"org.freedesktop.Notifications",
|
||||||
"NotificationClosed",
|
"NotificationClosed",
|
||||||
this, SLOT(notificationClosed(uint,uint)))) {
|
this, SLOT(notificationClosed(uint,uint)))) {
|
||||||
qWarning("Failed to connec notifications to 'NotificationClosed' signal, last error: '%s'.",
|
qWarning("Failed to connect notifications to 'NotificationClosed' signal, last error: '%s'.",
|
||||||
qPrintable(conn.lastError().name()));
|
qPrintable(conn.lastError().name()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue