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
Utilities
Konsole
Commits
e90fd2c9
Commit
e90fd2c9
authored
Jul 16, 2020
by
Kurt Hindenburg
Browse files
Use auto when initializing with a template cast to avoid duplicating
parent
e79af97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Filter.cpp
View file @
e90fd2c9
...
...
@@ -640,7 +640,7 @@ void FileFilter::HotSpot::setupMenu(QMenu *menu)
menu
->
insertAction
(
firstAction
,
action
);
}
}
QAction
*
separator
=
new
QAction
(
this
);
auto
*
separator
=
new
QAction
(
this
);
separator
->
setSeparator
(
true
);
menu
->
insertAction
(
firstAction
,
separator
);
}
...
...
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