"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "9e281f70ae4cf0ac47a9729a2b99011f1b6dece1"
Commit 84503483 authored by Fabio Bas's avatar Fabio Bas
Browse files

Added missing ifdefs around keysignals.h

parent 39e2bf06
#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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment