diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-11 16:54:22 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-16 14:50:05 (GMT) |
commit | cc598ec6b0d396ab11de20a3f21064522578960c (patch) | |
tree | 2d2431c1c592120d3bcdc10001cd96ec38791999 | |
parent | f9d962ac5d738b26d3c939f83fe6d32bd3202535 (diff) | |
download | Qt-cc598ec6b0d396ab11de20a3f21064522578960c.zip Qt-cc598ec6b0d396ab11de20a3f21064522578960c.tar.gz Qt-cc598ec6b0d396ab11de20a3f21064522578960c.tar.bz2 |
Doc fix: mark QFileOpenEvent::url to be available since 4.6
Reviewed-by: trustme
-rw-r--r-- | src/gui/kernel/qevent.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index c4a25e1..e836eda 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -3023,7 +3023,7 @@ QShowEvent::~QShowEvent() This event is only used to notify the application of a request. It may be safely ignored. - \note This class is currently supported for Mac Os X only. + \note This class is currently supported for Mac OS X only. */ /*! @@ -3066,6 +3066,8 @@ QFileOpenEvent::~QFileOpenEvent() \fn QUrl QFileOpenEvent::url() const Returns the url that is being opened. + + \since 4.6 */ QUrl QFileOpenEvent::url() const { |