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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entityproperties.h b/src/entityproperties.h
index a47fc53..edf7f38 100644
--- a/src/entityproperties.h
+++ b/src/entityproperties.h
@@ -64,12 +64,12 @@ public:
/**
* @brief add a header to the subsection string of this object
* */
- void add_subsection_header(const QString &header);
+ void add_subsection_header(const QString &header, const QString &comment);
/**
* @brief add a value key pair to the subsection string of this object
* */
- void add_subsection_value(const QString &key, const QString &value);
+ void add_subsection_value(const QString &key, const QString &value,const QString &comment);
/**
* @brief set the type string of this object