From taglib-devel Mon Apr 12 18:45:50 2010 From: Scott Wheeler Date: Mon, 12 Apr 2010 18:45:50 +0000 To: taglib-devel Subject: Re: kdesupport/taglib Message-Id: X-MARC-Message: https://marc.info/?l=taglib-devel&m=127109799314129 On Apr 12, 2010, at 8:27 PM, Lukáš Lalinský wrote: > > int String::toInt() const > { > + return toInt(0); > +} > + > +int String::toInt(bool *ok) const You might consider adding a // BIC: combine these two there. Previously I'd been adding similar notes so that it's easy to grep / fix when there's someday a binary incompatible release. -Scott _______________________________________________ taglib-devel mailing list taglib-devel@kde.org https://mail.kde.org/mailman/listinfo/taglib-devel