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
c4a1903d
Commit
c4a1903d
authored
Dec 05, 2020
by
Elvis Angelaccio
Browse files
Add missing const
parent
e06d6b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
c4a1903d
...
@@ -849,7 +849,7 @@ void DolphinMainWindow::showFilterBar()
...
@@ -849,7 +849,7 @@ void DolphinMainWindow::showFilterBar()
void
DolphinMainWindow
::
toggleFilterBar
()
void
DolphinMainWindow
::
toggleFilterBar
()
{
{
bool
checked
=
!
m_activeViewContainer
->
isFilterBarVisible
();
const
bool
checked
=
!
m_activeViewContainer
->
isFilterBarVisible
();
m_activeViewContainer
->
setFilterBarVisible
(
checked
);
m_activeViewContainer
->
setFilterBarVisible
(
checked
);
QAction
*
toggleFilterBarAction
=
actionCollection
()
->
action
(
QStringLiteral
(
"toggle_filter"
));
QAction
*
toggleFilterBarAction
=
actionCollection
()
->
action
(
QStringLiteral
(
"toggle_filter"
));
...
...
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