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:
parent
34b4588481
commit
b03c3198b8
14 changed files with 134 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue