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
6ca7d17d
Commit
6ca7d17d
authored
Aug 07, 2021
by
Laurent Montel
😁
Browse files
We depend against 5.84
parent
0491d470
Pipeline
#73771
failed with stage
in 2 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kwatchgnupg/kwatchgnupgmainwin.cpp
View file @
6ca7d17d
...
...
@@ -100,11 +100,7 @@ void KWatchGnuPGMainWindow::createActions()
void
KWatchGnuPGMainWindow
::
configureShortcuts
()
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,84,0)
KShortcutsDialog
::
configure
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#else
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#endif
}
void
KWatchGnuPGMainWindow
::
slotConfigureToolbars
()
...
...
src/mainwindow.cpp
View file @
6ca7d17d
...
...
@@ -165,11 +165,7 @@ public:
}
void
editKeybindings
()
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,84,0)
KShortcutsDialog
::
configure
(
q
->
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
);
#else
KShortcutsDialog
::
showDialog
(
q
->
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
q
);
#endif
updateSearchBarClickMessage
();
}
...
...
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