mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50: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));
|
setIcon(QIcon(i));
|
||||||
previousCount = count;
|
previousCount = count;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
(void)previousCount;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString toolTip = QLatin1String("nheko");
|
QString toolTip = QLatin1String("nheko");
|
||||||
|
|
Loading…
Reference in a new issue