mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
the url can be any kind, not only browseable http
svn path=/trunk/playground/graphics/okular/; revision=619426
This commit is contained in:
parent
652787611d
commit
ce3ff8fb78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue