summaryrefslogtreecommitdiff
path: root/tikzit/src/gui/tikzscene.cpp
blob: 60939ddf7c1b1983cebcb62553fed2495091e0d6 (plain)
1
2
3
4
5
6
#include "tikzscene.h"

TikzScene::TikzScene(QObject *parent) : QGraphicsScene(parent)
{

}