summaryrefslogtreecommitdiff
path: root/LocalPluginOptions.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2019-02-03 00:10:52 +0000
committerThomas Preud'homme <robotux@celest.fr>2019-02-03 00:10:52 +0000
commit9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (patch)
treebf81d75a9ed990bb76488c502767600fcf7550b7 /LocalPluginOptions.h
parent594fcba67600704bee9115c86e18927b2237b304 (diff)
New upstream version 1.6.1.3
Diffstat (limited to 'LocalPluginOptions.h')
-rw-r--r--LocalPluginOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LocalPluginOptions.h b/LocalPluginOptions.h
index 9f30f2f..853181f 100644
--- a/LocalPluginOptions.h
+++ b/LocalPluginOptions.h
@@ -31,6 +31,7 @@ public:
std::string getOptionValue(const std::string &variableName) const;
/// \brief To set option value
void setOptionValue(const std::string &variableName,const std::string &value);
+ //void newOptionValue(const std::string&,const std::string&,const std::string&);
protected:
//for the options
std::string group;