[vlc-commits] commit: Extensions/Qt: open external links on labels ( Jean-Philippe André )

git at videolan.org git at videolan.org
Sun May 30 19:05:58 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Philippe André <jpeg at videolan.org> | Sun May 30 20:09:37 2010 +0800| [039d523703034b799d5f3206887727cf61a12892] | committer: Rémi Duraffort 

Extensions/Qt: open external links on labels
(cherry picked from commit 3339c90e94805f80007a14c40d70980011e8640e)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=039d523703034b799d5f3206887727cf61a12892
---

 modules/gui/qt4/dialogs/extensions.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/extensions.cpp b/modules/gui/qt4/dialogs/extensions.cpp
index 18fd5bf..d765c89 100644
--- a/modules/gui/qt4/dialogs/extensions.cpp
+++ b/modules/gui/qt4/dialogs/extensions.cpp
@@ -233,7 +233,7 @@ QWidget* ExtensionDialog::CreateWidget( extension_widget_t *p_widget )
             label = new QLabel( qfu( p_widget->psz_text ), this );
             p_widget->p_sys_intf = label;
             label->setTextFormat( Qt::RichText );
-            //label->setFixedHeight( label->sizeHint().height );
+            label->setOpenExternalLinks( true );
             return label;
 
         case EXTENSION_WIDGET_BUTTON:



More information about the vlc-commits mailing list