Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
System Settings
Commits
85836afe
Commit
85836afe
authored
Dec 10, 2020
by
Laurent Montel
Browse files
operator+/- is disabled for QFlags in qt6
parent
9d891b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/SettingsBase.cpp
View file @
85836afe
...
...
@@ -474,7 +474,7 @@ void SettingsBase::changeToolBar( BaseMode::ToolBarItems toolbar )
QList
<
QAction
*>
searchBarActions
;
searchBarActions
<<
spacerAction
<<
searchAction
;
guiFactory
()
->
plugActionList
(
this
,
QStringLiteral
(
"search"
),
searchBarActions
);
actionCollection
()
->
setDefaultShortcut
(
searchAction
,
QKeySequence
(
Qt
::
CTRL
+
Qt
::
Key_F
));
actionCollection
()
->
setDefaultShortcut
(
searchAction
,
QKeySequence
(
Qt
::
CTRL
|
Qt
::
Key_F
));
}
if
(
(
BaseMode
::
Configure
&
toolbar
)
&&
configureAction
)
{
QList
<
QAction
*>
configureBarActions
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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