diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-17 00:56:17 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-17 00:56:17 +0200 |
commit | c6713d0876ce2d99f912151c9884477606909681 (patch) | |
tree | 07717d3ffb8d78095f83bee5b0779a6bd264149a /tagscene.h | |
parent | 2deadc6cfbf71e06908963fb1bae628cfe370f9d (diff) | |
download | numberator-c6713d0876ce2d99f912151c9884477606909681.tar.gz numberator-c6713d0876ce2d99f912151c9884477606909681.tar.bz2 numberator-c6713d0876ce2d99f912151c9884477606909681.zip |
More UI work
Diffstat (limited to 'tagscene.h')
-rw-r--r-- | tagscene.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |