[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kio/kfile
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-08-25 20:42:18
Message-ID: 20100825204218.272A3AC871 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1167993 by trueg:

Use KUrl instead of QUrl to parse the links from the Nepomuk values
which have been created via KUrl::url(). This fixes using urls which
contain query items such as Nepomuk query URLs.

 M  +1 -1      kfilemetadatawidget.cpp  


--- trunk/KDE/kdelibs/kio/kfile/kfilemetadatawidget.cpp #1167992:1167993
@@ -443,7 +443,7 @@
 
 void KFileMetaDataWidget::Private::slotLinkActivated(const QString& link)
 {
-    const QUrl url(link);
+    const KUrl url(link);
     if (url.isValid()) {
         emit q->urlActivated(url);
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic