Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KSnakeDuel
Commits
4240078e
Commit
4240078e
authored
Jun 26, 2021
by
Ahmad Samir
Browse files
Port to KXMLGUIFactory::showDialog()
parent
2c074eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ktron.cpp
View file @
4240078e
...
...
@@ -288,7 +288,11 @@ void KTron::closeEvent(QCloseEvent *event)
void
KTron
::
optionsConfigureKeys
()
{
#if KXMLGUI_VERSION >= QT_VERSION_CHECK(5,84,0)
KShortcutsDialog
::
showDialog
(
actionCollection
(),
KShortcutsEditor
::
LetterShortcutsAllowed
,
this
);
#else
KShortcutsDialog
::
configure
(
actionCollection
());
#endif
}
// Key events
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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