summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-07-18 11:34:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-21 03:58:36 +0200
commit833142b80c6cf84234507a8461e53c9baf58199c (patch)
tree18b6fa2c7b7d89a02017fdaa032f03d21bf22742 /src/corelib/io/qurl.cpp
parent8b61440e0f327748340f28b4eb97490d100573ed (diff)
Doc: Fix QUrl::isLocalFile documentation
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> (cherry picked from commit e2c27b3052fe49a19c4092759682bddf2c2a37f7)
Diffstat (limited to 'src/corelib/io/qurl.cpp')
-rw-r--r--src/corelib/io/qurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index 8e3f111655..b08f35c6ff 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -6187,7 +6187,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".