summaryrefslogtreecommitdiff
path: root/tagview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tagview.h')
-rw-r--r--tagview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tagview.h b/tagview.h
index edafcf4..12d1088 100644
--- a/tagview.h
+++ b/tagview.h
@@ -16,6 +16,8 @@ public:
TagView(QWidget *parent=nullptr);
virtual ~TagView();
+ TagScene *scene() { return &m_scene; }
+
public slots:
void zoomToFit();
void setZoom(qreal zoom);