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
KOrganizer
Commits
284a7c39
Verified
Commit
284a7c39
authored
Jun 20, 2021
by
Luca Beltrame
Browse files
Fixup previous commit and make it backwards-compatible
parent
6f437771
Pipeline
#66714
failed with stage
in 7 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/korganizer.cpp
View file @
284a7c39
...
...
@@ -31,6 +31,7 @@
#include <KToolBar>
#include <QLabel>
#include <QStatusBar>
#include <kxmlgui_version.h>
#ifdef WITH_KUSERFEEDBACK
#include "userfeedback/userfeedbackmanager.h"
#include <KUserFeedback/NotificationPopup>
...
...
@@ -174,7 +175,11 @@ void KOrganizer::initActions()
void
KOrganizer
::
slotEditKeys
()
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,84,0)
KShortcutsDialog
::
configure
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
);
#else
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
true
/*isModal*/
);
#endif
}
bool
KOrganizer
::
queryClose
()
...
...
Write
Preview
Supports
Markdown
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