Skip to content

Instantly share code, notes, and snippets.

View Wohlstand's full-sized avatar
🦊

Vitaly Novichkov Wohlstand

🦊
View GitHub Profile
#include "../lvlscene.h"
#include <QObject>
#include <QGraphicsSceneMouseEvent>
#include <QKeyEvent>
class EditMode : public QObject
{
Q_OBJECT
public:
explicit EditMode(LvlScene *ParentScene = 0, QObject *parent = 0);