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
This commit is contained in:
Lukáš Lalinský 2010-04-12 18:53:27 +00:00
parent 91f94f593b
commit f6478a4172

View File

@ -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;
/*!