diff options
author | Arno <am@disconnect.de> | 2012-02-25 16:52:48 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-02-25 16:52:48 +0100 |
commit | 67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4 (patch) | |
tree | 50282f53691db30c8fd2999c299d24ef859b11f3 /mappingtreewidget.h | |
parent | dce686c895fce27cce1d8bf0247c692bd790f93a (diff) | |
download | SheMov-67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4.tar.gz SheMov-67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4.tar.bz2 SheMov-67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4.zip |
Implemented mapping widget for NewPicsDialog
Make it possible to add mappings to new pictures. This actually was a
tough one. Maybe I shouldn't drink and code.
Next: make NewPicsDialog actually do something.
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index bd34576..8cb1cce 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -19,10 +19,13 @@ class QSortFilterProxyModel; class QStringListModel; class QAction; +struct MappingData; + class MappingTreeWidget : public QWidget { Q_OBJECT public: explicit MappingTreeWidget(QWidget *parent = 0); + MappingData selectedItem() const; public slots: void addChild(); |