From 5f12703302e63fe9aa4304ea3d66758cb899b166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Wed, 7 Apr 2021 20:27:04 -0400 Subject: [PATCH] systray: fix build Change-Id: Iecce086e61a72a8bcda98d3fb51055bef3f102f5 --- src/systemtray.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systemtray.cpp b/src/systemtray.cpp index d54e0147..f9959608 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -227,7 +227,6 @@ SystemTray::showNotification(const QString& id, Q_UNUSED(title) Q_UNUSED(body) Q_UNUSED(type) - Q_UNUSED(convUid) #endif // USE_LIBNOTIFY }