Add semicolon.

This commit is contained in:
Black Hat
2019-08-05 10:49:14 +08:00
parent 4bba355da6
commit b9d8c38f63

View File

@@ -123,7 +123,7 @@ void TrayIcon::setNotificationCount(int count) {
setIcon(QIcon(tmp));
icon_ = tmp
icon_ = tmp;
#endif
emit notificationCountChanged();
}