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
KAlarm
Commits
4a4aaeac
Commit
4a4aaeac
authored
Aug 07, 2021
by
Laurent Montel
😁
Browse files
We depend against 5.84
parent
95d1d598
Pipeline
#73776
failed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
4a4aaeac
...
@@ -1255,11 +1255,7 @@ void MainWindow::slotToggleMenubar(bool dontShowWarning)
...
@@ -1255,11 +1255,7 @@ void MainWindow::slotToggleMenubar(bool dontShowWarning)
*/
*/
void
MainWindow
::
slotConfigureKeys
()
void
MainWindow
::
slotConfigureKeys
()
{
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,84,0)
KShortcutsDialog
::
configure
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#else
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#endif
}
}
/******************************************************************************
/******************************************************************************
...
...
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