From kde-commits Wed Jan 26 16:19:57 2011 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 26 Jan 2011 16:19:57 +0000 To: kde-commits Subject: KDE/kdelibs/kdecore/services Message-Id: <20110126161957.CDAABAC8BB () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129605882526498 SVN commit 1217309 by lunakl: matchFileName has been backported to 4.6.1 for a fix M +1 -1 kmimetype.h --- trunk/KDE/kdelibs/kdecore/services/kmimetype.h #1217308:1217309 @@ -401,7 +401,7 @@ /** * Returns true if the given filename matches the given pattern. - * @since 4.7 + * @since 4.6.1 */ static bool matchFileName( const QString &filename, const QString &pattern );