summaryrefslogtreecommitdiff
path: root/tagview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tagview.h')
-rw-r--r--tagview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tagview.h b/tagview.h
index eedd019..71b418c 100644
--- a/tagview.h
+++ b/tagview.h
@@ -10,6 +10,8 @@
class TagView : public QGraphicsView
{
+ Q_OBJECT
+
public:
TagView(SQLiteSaveFile &proj);
@@ -19,6 +21,9 @@ public slots:
void zoomIn(qreal delta);
void rotate(int angle);
+signals:
+ void tagDoubleClicked(const Tag &tag);
+
protected:
void wheelEvent(QWheelEvent *evt) override;