1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Make a SettingsBag class that wraps the ini settings.

Easily allows to have default values for options
that are not specified in the loaded ini file.
This commit is contained in:
King_DuckZ 2017-04-21 23:10:16 +01:00
parent 34b4588481
commit b03c3198b8
14 changed files with 134 additions and 37 deletions

View file

@ -24,7 +24,7 @@
namespace tawashi {
class SubmitPasteResponse : public Response {
public:
explicit SubmitPasteResponse (const IniFile& parIni);
explicit SubmitPasteResponse (const SettingsBag& parSettings);
private:
virtual void on_process() override;