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
Marco Bubke
flatpak-qt-creator
Commits
2303f535
Commit
2303f535
authored
Mar 19, 2010
by
Kai Koehne
Browse files
Core: Fix compilation warning
parent
a3187add
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/dialogs/shortcutsettings.cpp
View file @
2303f535
...
...
@@ -116,6 +116,7 @@ void ShortcutSettings::finish()
bool
ShortcutSettings
::
eventFilter
(
QObject
*
o
,
QEvent
*
e
)
{
Q_UNUSED
(
o
);
if
(
e
->
type
()
==
QEvent
::
KeyPress
)
{
QKeyEvent
*
k
=
static_cast
<
QKeyEvent
*>
(
e
);
handleKeyEvent
(
k
);
...
...
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