mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Suppress warning for unused previousCount on macOS
This commit is contained in:
parent
2d9142d491
commit
c8c3d1c611
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ TrayIcon::setUnreadCount(int count)
|
|||
setIcon(QIcon(i));
|
||||
previousCount = count;
|
||||
}
|
||||
#else
|
||||
(void)previousCount;
|
||||
#endif
|
||||
|
||||
QString toolTip = QLatin1String("nheko");
|
||||
|
|
Loading…
Reference in a new issue