From: Elena Mamontova Date: Thu, 5 Nov 2015 15:44:42 +0000 (+0200) Subject: Ticket 12. The 'stopOnError(true)' property added in the SETTINGS_IMPL() X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/bbdae00d5edd594d5260961cd8864836e9def175?ds=sidebyside;hp=-c Ticket 12. The 'stopOnError(true)' property added in the SETTINGS_IMPL() class constructor. --- bbdae00d5edd594d5260961cd8864836e9def175 diff --git a/projects/stargazer/settings_impl.cpp b/projects/stargazer/settings_impl.cpp index d115919d..0a4cb2a9 100644 --- a/projects/stargazer/settings_impl.cpp +++ b/projects/stargazer/settings_impl.cpp @@ -57,6 +57,7 @@ SETTINGS_IMPL::SETTINGS_IMPL(const std::string & cd) spreadFee(false), freeMbAllowInet(false), dayFeeIsLastDay(false), + stopOnError(true), writeFreeMbTraffCost(false), showFeeInCash(true), messageTimeout(0),