[vlc-commits] qt: fix vout not using qt window module anymore
Darrell Walisser
git at videolan.org
Sun Feb 28 19:54:12 CET 2016
vlc | branch: master | Darrell Walisser <darrell.walisser at gmail.com> | Sun Feb 28 13:52:17 2016 -0500| [9b1f19a3980c0d8b03bb73e42dfc6613d4237011] | committer: Jean-Baptiste Kempf
qt: fix vout not using qt window module anymore
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b1f19a3980c0d8b03bb73e42dfc6613d4237011
---
modules/gui/qt/qt.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index 7047a81..e128bc4 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -346,7 +346,7 @@ static void RegisterIntf( intf_thread_t *p_this )
var_Create (pl, "qt4-iface", VLC_VAR_ADDRESS);
var_SetAddress (pl, "qt4-iface", p_this);
var_Create (pl, "window", VLC_VAR_STRING);
- var_SetString (pl, "window", "qt4,any");
+ var_SetString (pl, "window", "qt,any");
}
/* Open Interface */
More information about the vlc-commits
mailing list