From c6713d0876ce2d99f912151c9884477606909681 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 17 Aug 2020 00:56:17 +0200 Subject: More UI work --- tagscene.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tagscene.h') diff --git a/tagscene.h b/tagscene.h index 4c81fe5..18f9f54 100644 --- a/tagscene.h +++ b/tagscene.h @@ -15,11 +15,13 @@ class TagScene : public QGraphicsScene public: TagScene() {} + ~TagScene() { this->blockSignals(true); } const QGraphicsPixmapItem *backgroundPixmapItem() const { return pix_it; } public slots: void reloadPicture(); void reloadScene(); + void selectTag(const Tag &tag); void setProject(SQLiteSaveFile *proj); -- cgit