]> granicus.if.org Git - taglib/commitdiff
Add a BIC comment about merging String::toInt
authorLukáš Lalinský <lalinsky@gmail.com>
Mon, 12 Apr 2010 18:53:27 +0000 (18:53 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Mon, 12 Apr 2010 18:53:27 +0000 (18:53 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114105 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/toolkit/tstring.h

index 6534b923ac3fb94f416055a2200a52a91754dd81..eb7a01ec542f7e2c7ce0afe06b81cc38891fb9b8 100644 (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;
 
     /*!