Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-21 21:22:26 +0000
committerStijn Buys <ingar@osirion.org>2012-02-21 21:22:26 +0000
commit0a22de2cb23a1636f076d1dd8a05b7f873b9b653 (patch)
tree345a3273bb55dfd292ef6d34d1c7a647cd0a2ff7 /src/entityproperties.h
parentc38ac3b03a83096810003120039a934948a0eeb8 (diff)
Save all changes made to the properties in the Sidebar.
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