|
|
|
|
@ -38,7 +38,6 @@ |
|
|
|
|
static const char s_fdo_notifications_service[] = "org.freedesktop.Notifications"; |
|
|
|
|
static const char s_fdo_notifications_path[] = "/org/freedesktop/Notifications"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FollowUpReminderNoAnswerDialog::FollowUpReminderNoAnswerDialog(QWidget *parent) |
|
|
|
|
: QDialog(parent) |
|
|
|
|
{ |
|
|
|
|
@ -98,9 +97,7 @@ void FollowUpReminderNoAnswerDialog::wakeUp() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void FollowUpReminderNoAnswerDialog::slotDBusNotificationsPropertiesChanged( |
|
|
|
|
const QString &interface, |
|
|
|
|
const QVariantMap &changedProperties, |
|
|
|
|
const QStringList &invalidatedProperties) |
|
|
|
|
const QString &interface, const QVariantMap &changedProperties, const QStringList &invalidatedProperties) |
|
|
|
|
{ |
|
|
|
|
Q_UNUSED(interface); // always "org.freedesktop.Notifications"
|
|
|
|
|
Q_UNUSED(invalidatedProperties); |
|
|
|
|
|