diff options
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
| -rw-r--r-- | src/bookmarks/bookmarkstreemodel.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp index b58b66e9..7063bf9b 100644 --- a/src/bookmarks/bookmarkstreemodel.cpp +++ b/src/bookmarks/bookmarkstreemodel.cpp @@ -69,9 +69,9 @@ QVariant BtmItem::data(int role) const      {          QString tooltip = ""; -        if (!m_kbm.text().isEmpty()) +        if (!m_kbm.fullText().isEmpty())          { -            tooltip += m_kbm.text(); +            tooltip += m_kbm.fullText();          }          if (m_kbm.isGroup())          { | 
