Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
Dolphin
Commits
bb85b626
Commit
bb85b626
authored
Sep 18, 2020
by
Ayushmaan jangid
Committed by
Elvis Angelaccio
Sep 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unused variable warning
parent
1d47e969
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/views/dolphinview.cpp
src/views/dolphinview.cpp
+2
-0
No files found.
src/views/dolphinview.cpp
View file @
bb85b626
...
...
@@ -1501,6 +1501,8 @@ void DolphinView::hideToolTip(const ToolTipManager::HideBehavior behavior)
if
(
GeneralSettings
::
showToolTips
())
{
m_toolTipManager
->
hideToolTip
(
behavior
);
}
#else
Q_UNUSED
(
behavior
)
#endif
}
...
...
Write
Preview
Markdown
is supported
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