summaryrefslogtreecommitdiff
path: root/tagscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'tagscene.h')
-rw-r--r--tagscene.h2
1 files changed, 2 insertions, 0 deletions
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);