From 67ddb23a59cb56bd917db2d9c3c7bc62c96e53b4 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 25 Feb 2012 16:52:48 +0100 Subject: 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. --- mappingtreewidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mappingtreewidget.h') 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(); -- cgit v1.2.3-70-g09d2