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
Utilities
Filelight
Commits
6b7a453a
Verified
Commit
6b7a453a
authored
Jun 20, 2021
by
Luca Beltrame
Browse files
Fixup version
GIT_SILENT
parent
4cc3e9fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainWindow.cpp
View file @
6b7a453a
...
...
@@ -210,7 +210,7 @@ void MainWindow::configToolbars() //slot
void
MainWindow
::
configKeys
()
//slot
{
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,8
3
,0)
#if KXMLGUI_VERSION < QT_VERSION_CHECK(5,8
4
,0)
KShortcutsDialog
::
configure
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
,
true
);
#else
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
true
/*isModal*/
,
this
);
...
...
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