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
PIM
Kleopatra
Commits
6a1b1e1c
Commit
6a1b1e1c
authored
Feb 11, 2022
by
Ingo Klöcker
Browse files
Clean up left-over references to configure_backend action
The unused configure_backend action was removed with commit
49790088
.
parent
2f504289
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kleopatra.rc
View file @
6a1b1e1c
...
...
@@ -66,8 +66,6 @@
<Separator/>
<Action
name=
"crl_clear_crl_cache"
/>
<Action
name=
"crl_dump_crl_cache"
/>
<Separator/>
<Action
name=
"configure_backend"
/>
</Menu>
<Menu
name=
"settings"
>
<text>
&
Settings
</text>
...
...
src/mainwindow.cpp
View file @
6a1b1e1c
...
...
@@ -475,10 +475,6 @@ void MainWindow::Private::setupActions()
}
}
if
(
QAction
*
action
=
coll
->
action
(
QStringLiteral
(
"configure_backend"
)))
{
action
->
setMenuRole
(
QAction
::
NoRole
);
//prevent Qt OS X heuristics for config* actions
}
KStandardAction
::
close
(
q
,
SLOT
(
close
()),
coll
);
KStandardAction
::
quit
(
q
,
SLOT
(
closeAndQuit
()),
coll
);
KStandardAction
::
configureToolbars
(
q
,
SLOT
(
configureToolbars
()),
coll
);
...
...
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