<div dir="ltr"><div class="gmail_extra">I'm not familiar with that part of the code. There are several areas of the app where the current account is saved. Perhaps you could use that.<br><br></div><div class="gmail_extra">
Also, be aware that members of a class follow the m_nameInCamelCase naming scheme. m_strName is wrong in this case.<br><br></div><div class="gmail_extra">Regards,<br>Alvaro<br></div><div class="gmail_extra"><br><div class="gmail_quote">
On Thu, Jan 3, 2013 at 8:07 PM, Allan <span dir="ltr"><<a href="mailto:agander93@gmail.com" target="_blank">agander93@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":72">What I've tried instead is adding the 'mutable' keyword to<br>
QString m_strAccountName in mymoneystatement.h, and this works as expected, at least so far as my current testing and requirement is concerned.  However, for one thing, I've never used 'mutable' before and would appreciate guidance on whether or not this is acceptable or deplorable, or absolutely a NO NO!</div>
</blockquote></div><br></div></div>