src/model.h

changeset 12
fe67489523b5
parent 8
44679e468ba9
child 13
6e838748867b
--- a/src/model.h	Sun Nov 03 13:18:55 2019 +0200
+++ b/src/model.h	Sun Nov 03 17:57:21 2019 +0200
@@ -23,6 +23,7 @@
 	QVariant data(const QModelIndex& index, int role) const override;
 	QVariant getHeaderProperty(const HeaderProperty property);
 	const QString& getName() const;
+	QVariant getObjectProperty(const int index, const modelobjects::Property property) const;
 signals:
 	void objectAdded(modelobjects::Id id, int position);
 private:

mercurial