Fix cast warnings with MSVC
This commit is contained in:
@@ -463,9 +463,9 @@ bool OSDBase::SupportsNativeNotifications() const {
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
return SupportsTrayPopups();
|
||||
#endif
|
||||
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user