diff options
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index ae0f81e..60bbecc 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -88,7 +88,7 @@ class MappingEditWidget : public QWidget { public slots: void addMapping(); void removeMapping(); - void setMappings(const QList<int> &mappings); + void setMappings(const QList<MappingData> &mappings); private: MappingTreeWidget *mMappingTree; |