dfaure added inline comments.

INLINE COMMENTS

> kossebau wrote in kgesture.cpp:131
> Why the sizeof==8 rule?
> 
> Good catch about the 1, slipped me, will drop change here.

sizeof(QPoint)==8 indeed, i.e. passing a QPoint by value is like passing two 
ints by value, which is fine.

> kossebau wrote in ktoolbar.cpp:187
> values detaches as before (where by use of non-const operator[]),now by 
> internal use of begin()/end(), but this is fine, no? The "original" one is 
> the class member `values` itself, so where do you see a non-original one?

Yeah this is equivalent to begin()/end() and `*it = Unset`, it's fine.

REPOSITORY
  R263 KXmlGui

REVISION DETAIL
  https://phabricator.kde.org/D24261

To: kossebau, dfaure
Cc: dhaumann, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to