Re: [Development] Inline method convention

2014-03-15 Thread Thiago Macieira
Em sáb 15 mar 2014, às 17:41:30, Kurt Pattyn escreveu: > Hi, > > Recently I came across Effective C++ again and saw a chapter regarding > inline methods. In short, Scott Meyer argued against it, because of > potential binary compatibility problems, code bloat, and so on. > > My question is: is th

[Development] Inline method convention

2014-03-15 Thread Kurt Pattyn
Hi, Recently I came across Effective C++ again and saw a chapter regarding inline methods. In short, Scott Meyer argued against it, because of potential binary compatibility problems, code bloat, and so on. My question is: is there any convention within Qt about inline methods? Cheers, Kurt _