From 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 19 Nov 2009 19:38:34 +0000 Subject: Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=1051553 --- src/panels/information/informationpanelcontent.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/panels/information/informationpanelcontent.cpp') diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 16876e302..bd24e568d 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -103,6 +103,7 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) : m_metaDataWidget = new KMetaDataWidget(parent); m_metaDataWidget->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum); + connect(m_metaDataWidget, SIGNAL(urlActivated(KUrl)), this, SIGNAL(urlActivated(KUrl))); // Encapsulate the MetaDataWidget inside a container that has a dummy widget // at the bottom. This prevents that the meta data widget gets vertically stretched -- cgit v1.3