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
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
_