Doc: Fix QUrl::isLocalFile documentation
authorSergio Ahumada <sergio.ahumada@nokia.com>
Wed, 18 Jul 2012 09:34:23 +0000 (11:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Jul 2012 16:24:28 +0000 (18:24 +0200)
This function was introduced in 4.7 by a2f797b52c4274a62a7cf1f0939aca1429afe211
but then reverted by 98e935eed5549e479f6666680aed1711dc42111c

Task-number: QTBUG-21293
Change-Id: I6ec9c6696e5c85e44774184010eb9135ef7f3365
Reviewed-by: David Faure <faure@kde.org>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/io/qurl.cpp

index dc207d5..e923901 100644 (file)
@@ -2823,7 +2823,7 @@ QString QUrl::toLocalFile() const
 }
 
 /*!
-    \since 4.7
+    \since 4.8
     Returns true if this URL is pointing to a local file path. A URL is a
     local file path if the scheme is "file".