Fix cast warnings with MSVC

This commit is contained in:
Jonas Kvinge
2025-03-25 00:37:07 +01:00
parent d5281abb22
commit 5e031be42c
59 changed files with 207 additions and 207 deletions

View File

@@ -463,9 +463,9 @@ bool OSDBase::SupportsNativeNotifications() const {
#ifdef Q_OS_WIN32
return SupportsTrayPopups();
#endif
#else
return false;
#endif
}