From 7f0f90b4eaee6dcae398dd2247aa00e04c2982fd Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 12 Jul 2009 19:54:46 +0000 Subject: [PATCH] Make docs consistant with behavior. BUG:178174 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@995471 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/toolkit/tfile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h index e514de25..16cc73b0 100644 --- a/taglib/toolkit/tfile.h +++ b/taglib/toolkit/tfile.h @@ -188,8 +188,7 @@ namespace TagLib { bool isOpen() const; /*! - * Returns true if the file is open and readble and valid information for - * the Tag and / or AudioProperties was found. + * Returns true if the file is open and readble. */ bool isValid() const;