Re: Review Request: more methods made const

2011-07-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101843/#review4382 --- This review has been submitted with commit 7d376354ed22056e17fa

Re: Review Request: more methods made const

2011-07-04 Thread Sebastian Sauer
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101843/#review4369 --- Ship it! Ha, I see. Thank you for the clarification and all the

Re: Review Request: more methods made const

2011-07-04 Thread Jaime Torres Amate
> On July 3, 2011, 8:52 p.m., Sebastian Sauer wrote: > > - bool operator==(BaseIterator it) > > + bool operator==(BaseIterator it) const > > > > While reading that part of the patch I was asking myself if there are > > compilers who would see those both methods as different and then jump in >

Re: Review Request: more methods made const

2011-07-03 Thread Sebastian Sauer
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101843/#review4358 --- - bool operator==(BaseIterator it) + bool operator==(BaseIterato

Review Request: more methods made const

2011-07-03 Thread Jaime Torres Amate
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101843/ --- Review request for Calligra. Summary --- Second and last const method