Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2303f535
Commit
2303f535
authored
Mar 19, 2010
by
Kai Koehne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Core: Fix compilation warning
parent
a3187add
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/plugins/coreplugin/dialogs/shortcutsettings.cpp
src/plugins/coreplugin/dialogs/shortcutsettings.cpp
+1
-0
No files found.
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
Markdown
is supported
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