From b9d8c38f6368c2dc69e3f69da8231a1eb18213cd Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 5 Aug 2019 10:49:14 +0800 Subject: [PATCH] Add semicolon. --- src/trayicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trayicon.cpp b/src/trayicon.cpp index 45fb51674..33576f1f6 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -123,7 +123,7 @@ void TrayIcon::setNotificationCount(int count) { setIcon(QIcon(tmp)); - icon_ = tmp + icon_ = tmp; #endif emit notificationCountChanged(); }