summaryrefslogtreecommitdiff
path: root/tagscene.h
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-08-17 00:56:17 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-08-17 00:56:17 +0200
commitc6713d0876ce2d99f912151c9884477606909681 (patch)
tree07717d3ffb8d78095f83bee5b0779a6bd264149a /tagscene.h
parent2deadc6cfbf71e06908963fb1bae628cfe370f9d (diff)
downloadnumberator-c6713d0876ce2d99f912151c9884477606909681.tar.gz
numberator-c6713d0876ce2d99f912151c9884477606909681.tar.bz2
numberator-c6713d0876ce2d99f912151c9884477606909681.zip
More UI work
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);