diff --git a/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp b/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp index fa856dd..558b090 100644 --- a/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp +++ b/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp @@ -61,7 +61,7 @@ void FreedesktopBackend::slotNotify(Notification noti) hints["image_data"] = QVariant::fromValue(image); } - char urgency = '1' + char urgency = '1'; if(noti.priority() < 0){ urgency = '0'; } else if(noti.priority() > 2) {