#ifndef TAGSCENE_H #define TAGSCENE_H #include class TagScene : public QGraphicsScene { public: TagScene(); }; #endif // TAGSCENE_H