Added missing ifdefs around keysignals.h
This commit is contained in:
parent
39e2bf06f5
commit
84503483eb
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef KEYSIGNALS_H
|
||||
#define KEYSIGNALS_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QEvent>
|
||||
|
||||
|
@ -19,3 +22,5 @@ signals:
|
|||
protected:
|
||||
virtual bool eventFilter(QObject *, QEvent *event);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue