From f6478a41721fe9a8795de1d6f310068ff4377630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Mon, 12 Apr 2010 18:53:27 +0000 Subject: [PATCH] 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 --- taglib/toolkit/tstring.h | 1 + 1 file changed, 1 insertion(+) 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; /*!