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
Education
KTouch
Commits
4698c1a4
Commit
4698c1a4
authored
Jul 26, 2022
by
Alexander Lohnau
💬
Browse files
Remove unneeded version check
This was not cleaned up when the KF5_MIN_VERSION was bumped
parent
a619caa2
Pipeline
#209164
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ktouchcontext.cpp
View file @
4698c1a4
...
...
@@ -134,11 +134,7 @@ void KTouchContext::showConfigDialog()
void
KTouchContext
::
configureShortcuts
()
{
#if KXMLGUI_VERSION >= QT_VERSION_CHECK(5, 84, 0)
KShortcutsDialog
::
showDialog
(
m_actionCollection
,
KShortcutsEditor
::
LetterShortcutsDisallowed
,
m_mainWindow
);
#else
KShortcutsDialog
::
configure
(
m_actionCollection
,
KShortcutsEditor
::
LetterShortcutsDisallowed
,
m_mainWindow
);
#endif
}
void
KTouchContext
::
showKeyboardKCM
()
...
...
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