diff options
author | Arno <am@disconnect.de> | 2012-02-26 08:54:00 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-02-26 08:54:00 +0100 |
commit | 7b373a2a860d1e779664fffe98db769be34d5591 (patch) | |
tree | 83369d25d97216023b7464b3b86b85450986114b /mappingtreemodel.h | |
parent | 26530f47ff13e20d46472c12abc7567a61c14e57 (diff) | |
download | SheMov-7b373a2a860d1e779664fffe98db769be34d5591.tar.gz SheMov-7b373a2a860d1e779664fffe98db769be34d5591.tar.bz2 SheMov-7b373a2a860d1e779664fffe98db769be34d5591.zip |
Implement PicturesWidget
Create a tab to show the archived pictures. It's far from complete, but
it already does:
* show pictures
* hover
* delete pictures from archive
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r-- | mappingtreemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h index e55f609..fa2cfef 100644 --- a/mappingtreemodel.h +++ b/mappingtreemodel.h @@ -47,6 +47,7 @@ class MappingTreeModel : public SmTreeModel { signals: void mappingTypesChanged(); + void needExpansion(); private: struct mappingType { |