Save work.

This commit is contained in:
Martin Rotter 2016-03-05 10:43:14 +01:00
parent 89c4738245
commit 15e2dad052

View File

@ -57,7 +57,7 @@ Notification::Notification() : QWidget(0), m_title(QString()), m_text(QString())
"org.freedesktop.Notifications",
"NotificationClosed",
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()));
}
}