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 22:30:21 +0000
committerStijn Buys <ingar@osirion.org>2012-02-21 22:30:21 +0000
commit0392694560d530c14aced7ac21f85b18b676a685 (patch)
tree2410f58516767913b6fdd5f2efcdca9fb1155fc2 /src/entityproperties.h
parentba14d604adfee8b7596e0bfca81ad2720bbc0cf5 (diff)
Initial support to preserve ini file comments
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