[vlc-commits] commit: Extensions/Qt: open external links on labels ( Jean-Philippe André )
git at videolan.org
git at videolan.org
Sun May 30 18:38:34 CEST 2010
vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Sun May 30 20:09:37 2010 +0800| [3339c90e94805f80007a14c40d70980011e8640e] | committer: Jean-Philippe André
Extensions/Qt: open external links on labels
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3339c90e94805f80007a14c40d70980011e8640e
---
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