diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-11 17:54:22 +0100 |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-12-16 15:50:05 +0100 |
commit | cc598ec6b0d396ab11de20a3f21064522578960c (patch) | |
tree | 2d2431c1c592120d3bcdc10001cd96ec38791999 | |
parent | f9d962ac5d738b26d3c939f83fe6d32bd3202535 (diff) | |
download | qt4-tools-cc598ec6b0d396ab11de20a3f21064522578960c.tar.gz |
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 c4a25e18c2..e836eda03d 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 { |