Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
a3c0a822
Commit
a3c0a822
authored
Nov 16, 2020
by
Nate Graham
Browse files
Merge branch 'release/20.12'
parents
8fd0d685
f2d2f325
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/panels/places/placespanel.cpp
View file @
a3c0a822
...
...
@@ -486,7 +486,7 @@ void PlacesPanel::slotStorageSetupDone(int index, bool success)
void
PlacesPanel
::
slotShowTooltip
()
{
const
QUrl
url
=
m_model
->
data
(
m_hoveredIndex
).
value
(
"url"
).
value
<
QUrl
>
();
const
QString
text
=
url
.
isLocalFile
()
?
url
.
path
()
:
url
.
toString
(
);
const
QString
text
=
url
.
toDisplayString
(
QUrl
::
PreferLocalFile
);
QToolTip
::
showText
(
m_hoverPos
,
text
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment