summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-02-25 16:52:48 +0100
committerArno <am@disconnect.de>2012-02-25 16:52:48 +0100
commit67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4 (patch)
tree50282f53691db30c8fd2999c299d24ef859b11f3 /mappingtreewidget.h
parentdce686c895fce27cce1d8bf0247c692bd790f93a (diff)
downloadSheMov-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.h3
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();