diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-14 16:38:14 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-20 14:41:09 (GMT) |
commit | 58fc06e9fe538eb824a3ffef74137628e1742608 (patch) | |
tree | df483a1c825c0d8e1a2054d23a0c00f2f967735f /src/corelib/io/qurl.h | |
parent | e4dc3567af533df2e57425952c4609726515d2cd (diff) | |
download | Qt-58fc06e9fe538eb824a3ffef74137628e1742608.zip Qt-58fc06e9fe538eb824a3ffef74137628e1742608.tar.gz Qt-58fc06e9fe538eb824a3ffef74137628e1742608.tar.bz2 |
Revert "Revert "Improve QUrl handling of local file paths""
This reverts commit 98e935eed5549e479f6666680aed1711dc42111c.
Diffstat (limited to 'src/corelib/io/qurl.h')
-rw-r--r-- | src/corelib/io/qurl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qurl.h b/src/corelib/io/qurl.h index 6f8331a..162aa7c 100644 --- a/src/corelib/io/qurl.h +++ b/src/corelib/io/qurl.h @@ -183,6 +183,7 @@ public: static QUrl fromLocalFile(const QString &localfile); QString toLocalFile() const; + bool isLocalFile() const; QString toString(FormattingOptions options = None) const; |