From 0392694560d530c14aced7ac21f85b18b676a685 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 21 Feb 2012 22:30:21 +0000 Subject: Initial support to preserve ini file comments --- src/entityproperties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entityproperties.h') 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 -- cgit v1.2.3