Add \since 5.0 to QDir::removeRecursively

Change-Id: I2392f26e666d5e01e71932f1afa48a65704f6d48
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
This commit is contained in:
Shane Kearns 2012-06-15 13:53:10 +01:00 committed by Qt by Nokia
parent 8655f57bb5
commit ae7e9a407f

View File

@ -1464,6 +1464,7 @@ bool QDir::rmpath(const QString &dirPath) const
} }
/*! /*!
\since 5.0
Removes the directory, including all its contents. Removes the directory, including all its contents.
Returns true if successful, otherwise false. Returns true if successful, otherwise false.