From 1d3fce8b509fdb7d71f8e40ef9ed720f4dc69202 Mon Sep 17 00:00:00 2001 From: hjk Date: Sat, 12 Oct 2013 10:54:37 +0200 Subject: [PATCH] Add missing \since 5.2 tag to static QFileInfo::exists() Change-Id: I11e136eaede2a5dffeb10b5fe31023b9aef709cb Reviewed-by: Sze Howe Koh Reviewed-by: Kai Koehne --- src/corelib/io/qfileinfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp index 1c216f8a6b..897af352c9 100644 --- a/src/corelib/io/qfileinfo.cpp +++ b/src/corelib/io/qfileinfo.cpp @@ -675,6 +675,8 @@ bool QFileInfo::exists() const } /*! + \since 5.2 + Returns \c true if the \a file exists; otherwise returns \c false. \note If \a file is a symlink that points to a non-existing