aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDominik Kapusta <dominik.kapusta@teleca.com>2010-08-18 15:23:33 +0200
committerDominik Kapusta <dominik.kapusta@teleca.com>2010-08-18 15:25:31 +0200
commite9b184359be6bd889d81cf431d9a50c7aaad7cd5 (patch)
tree6a646964cd6ba463db19c454296910874891697c /doc
parent96cd31d1decc84e35a6327dda5d27daa6c812123 (diff)
Changes: Updated documentation of MApplicationPage::enterDisplayEvent()
RevBy: Daniel Details: Info on usage when reimplementing (related to calling createContent() in that event handler). news.dox entry added.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/news.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/news.dox b/doc/src/news.dox
index 26a78367..65db2406 100644
--- a/doc/src/news.dox
+++ b/doc/src/news.dox
@@ -7,6 +7,7 @@
- Updated \subpage rotation document.
- You can now simulate the multitouch pinch gesture by holding down the Ctrl key, then pressing and dragging with the left mouse button.
- MSceneWindow::appear(QGraphicsScene *scene, MSceneWindow::DeletionPolicy policy);
+- MApplicationPage::enterDisplayEvent() calls createContent() internally. When reimplementing this event handler in a subclass you have to call base class event handler to get your content created.
\subsection Deprecated
- MSceneWindow::appear(MSceneWindow::DeletionPolicy policy). Use appear(QGraphicsScene*) or