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
Kontact
Commits
5d31c898
Commit
5d31c898
authored
Jul 16, 2021
by
Laurent Montel
😁
Browse files
Fix check
parent
6b44e66f
Pipeline
#70591
failed with stage
in 5 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
5d31c898
...
...
@@ -769,7 +769,7 @@ void MainWindow::showAboutDialog()
void
MainWindow
::
configureShortcuts
()
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5, 84, 0)
#if KXMLGUI_VERSION <
=
QT_VERSION_CHECK(5, 84, 0)
KShortcutsDialog
dialog
(
KShortcutsEditor
::
AllActions
,
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#else
KShortcutsDialog
dialog
(
this
);
...
...
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