Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/entityproperties.h')
-rw-r--r--src/entityproperties.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/entityproperties.h b/src/entityproperties.h
index f91be1a..a47fc53 100644
--- a/src/entityproperties.h
+++ b/src/entityproperties.h
@@ -55,9 +55,16 @@ public:
/* ---- mutators ---- */
/**
+ * @brief set the subsection string of this object
+ * */
+ void set_subsections(const QString &text) {
+ properties_subsections = text;
+ }
+
+ /**
* @brief add a header to the subsection string of this object
* */
- void add_subsection(const QString &name);
+ void add_subsection_header(const QString &header);
/**
* @brief add a value key pair to the subsection string of this object