Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
84503483
"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "9e281f70ae4cf0ac47a9729a2b99011f1b6dece1"
Commit
84503483
authored
Jun 10, 2014
by
Fabio Bas
Browse files
Added missing ifdefs around keysignals.h
parent
39e2bf06
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/keysignals.h
View file @
84503483
#ifndef KEYSIGNALS_H
#define KEYSIGNALS_H
#include
<QObject>
#include
<QObject>
#include
<QEvent>
#include
<QEvent>
...
@@ -19,3 +22,5 @@ signals:
...
@@ -19,3 +22,5 @@ signals:
protected:
protected:
virtual
bool
eventFilter
(
QObject
*
,
QEvent
*
event
);
virtual
bool
eventFilter
(
QObject
*
,
QEvent
*
event
);
};
};
#endif
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