the url can be any kind, not only browseable http

svn path=/trunk/playground/graphics/okular/; revision=619426
This commit is contained in:
Pino Toscano 2007-01-03 11:58:36 +00:00
parent 652787611d
commit ce3ff8fb78

View file

@ -95,7 +95,7 @@ Link::LinkType LinkBrowse::linkType() const
QString LinkBrowse::linkTip() const
{
return i18n( "Browse '%1'...", m_url );
return m_url;
}
QString LinkBrowse::url() const