summaryrefslogtreecommitdiff
path: root/tagscene.h
blob: 823609ed9e3281d7b45805014eebc6010e16d859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TAGSCENE_H
#define TAGSCENE_H

#include <QGraphicsScene>



class TagScene : public QGraphicsScene
{
public:
    TagScene();
};

#endif // TAGSCENE_H