[vlc-commits] Qt: fix Qt4 comments

Jean-Baptiste Kempf git at videolan.org
Sat Feb 27 17:39:31 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 27 17:39:01 2016 +0100| [0ca54d357041a1c97608bc1c79814ae15c971be7] | committer: Jean-Baptiste Kempf

Qt: fix Qt4 comments

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ca54d357041a1c97608bc1c79814ae15c971be7
---

 modules/gui/qt/components/interface_widgets.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/components/interface_widgets.cpp b/modules/gui/qt/components/interface_widgets.cpp
index 1664691..920bf68 100644
--- a/modules/gui/qt/components/interface_widgets.cpp
+++ b/modules/gui/qt/components/interface_widgets.cpp
@@ -146,7 +146,7 @@ WId VideoWidget::request( struct vout_window_t *p_wnd, unsigned int *pi_width,
 #ifdef Q_WS_X11
     /* HACK: Only one X11 client can subscribe to mouse button press events.
      * VLC currently handles those in the video display.
-     * Force Qt4 to unsubscribe from mouse press and release events. */
+     * Force Qt to unsubscribe from mouse press and release events. */
     Display *dpy = QX11Info::display();
     Window w = stable->winId();
     XWindowAttributes attr;



More information about the vlc-commits mailing list