Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
55d82a58 by Lyndon Brown at 2022-02-19T17:14:00+00:00
qt: fix deprecated initilisation method warning

- - - - -


1 changed file:

- modules/gui/qt/util/mouse_event_filter.hpp


Changes:

=====================================
modules/gui/qt/util/mouse_event_filter.hpp
=====================================
@@ -53,7 +53,7 @@ private:
 
 private:
     QPointer<QObject> m_target;
-    Qt::MouseButtons m_targetItemInitialAcceptedMouseButtons = 0;
+    Qt::MouseButtons m_targetItemInitialAcceptedMouseButtons = Qt::NoButton;
     bool m_filterEventsSynthesizedByQt = false;
 };
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/55d82a583216214b0081e6be08d06a357e2478ad

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/55d82a583216214b0081e6be08d06a357e2478ad
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to