From: Lukáš Lalinský Date: Mon, 12 Apr 2010 18:53:27 +0000 (+0000) Subject: Add a BIC comment about merging String::toInt X-Git-Tag: v1.6.3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6478a41721fe9a8795de1d6f310068ff4377630;p=taglib Add a BIC comment about merging String::toInt git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114105 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 6534b923..eb7a01ec 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -295,6 +295,7 @@ namespace TagLib { * Returns the integer if the conversion was successfull or 0 if the * string does not represent a number. */ + // BIC: merge with the method below int toInt() const; /*!