diff options
author | David Boddie <dboddie@trolltech.com> | 2009-12-14 18:54:33 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-12-14 18:54:33 (GMT) |
commit | ad4ca2152c161f7023e5febcf9e90c0652b8e57d (patch) | |
tree | 5649dd5ff298f4079df1a6656c2d85109d32e3b0 /src/gui/kernel/qevent.cpp | |
parent | 2fe3395812b6497e7151e556686a82cfd763f243 (diff) | |
download | Qt-ad4ca2152c161f7023e5febcf9e90c0652b8e57d.zip Qt-ad4ca2152c161f7023e5febcf9e90c0652b8e57d.tar.gz Qt-ad4ca2152c161f7023e5febcf9e90c0652b8e57d.tar.bz2 |
Doc: Fixed an image reference.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r-- | src/gui/kernel/qevent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index c4a25e1..3579c79 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -409,7 +409,7 @@ QMouseEventEx::~QMouseEventEx() consider a top-level window A containing a child B which in turn contains a child C (all with mouse tracking enabled): - \image hoverEvents.png + \image hoverevents.png Now, if you move the cursor from the top to the bottom in the middle of A, you will get the following QEvent::MouseMove events: @@ -432,7 +432,7 @@ QMouseEventEx::~QMouseEventEx() \o A::HoverMove, B::HoverMove \o A::HoverMove, B::HoverMove, C::HoverMove \endlist - + */ /*! |