summaryrefslogtreecommitdiff
path: root/tagscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'tagscene.h')
-rw-r--r--tagscene.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tagscene.h b/tagscene.h
new file mode 100644
index 0000000..823609e
--- /dev/null
+++ b/tagscene.h
@@ -0,0 +1,14 @@
+#ifndef TAGSCENE_H
+#define TAGSCENE_H
+
+#include <QGraphicsScene>
+
+
+
+class TagScene : public QGraphicsScene
+{
+public:
+ TagScene();
+};
+
+#endif // TAGSCENE_H