[vlc-devel] [PATCH 1/2] qt, qml: use default quick style

Prince Gupta guptaprince8832 at gmail.com
Fri Jan 22 16:27:37 UTC 2021


fusion style plugin is not linked in contribs so it didn't had any effect,
also almost all the controls are custom implemented as per our own design guidelines
so it remain ununsed as well
---
 modules/gui/qt/qt.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index 18b09d4238..a481489ba5 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -609,8 +609,6 @@ static void *Thread( void *obj )
     QApplication::setAttribute( Qt::AA_DontCheckOpenGLContextThreadAffinity );
     QQuickWindow::setDefaultAlphaBuffer(true);
 
-    QQuickStyle::setStyle("fusion");
-
     /* Start the QApplication here */
     QVLCApp app( argc, argv );
 
-- 
2.25.1



More information about the vlc-devel mailing list