summaryrefslogtreecommitdiff
path: root/src/data/graphelementdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/graphelementdata.h')
-rw-r--r--src/data/graphelementdata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/data/graphelementdata.h b/src/data/graphelementdata.h
index b1311d7..dce0d46 100644
--- a/src/data/graphelementdata.h
+++ b/src/data/graphelementdata.h
@@ -16,6 +16,12 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+/*!
+ * A list of GraphElementProperty objects, which convenience methods
+ * for lookup, deletion, re-ordering, etc. It inherits QAbstractItemModel
+ * so it can be used as the model for a QTreeView in the StyleEditor.
+ */
+
#ifndef GRAPHELEMENTDATA_H
#define GRAPHELEMENTDATA_H