summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2012-03-30 10:11:54 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 19:14:43 +0200
commit5071bbf491cb067dd1f336853413a1eb2be9ca08 (patch)
treee8be2bc0af7e3107e11e5e197fb09be7c8bd47ee /src/gui
parent0991eae04871f1cb4a6d149658354bf129367074 (diff)
Minor doc fix - show -> hide in QWindow::hideEvent()
Change-Id: I91c5b7f7b688c4f99c6a364692fd96603a38c9bc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index 96f7eb5428..88ff31fe91 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -1383,7 +1383,7 @@ void QWindow::resizeEvent(QResizeEvent *ev)
/*!
Override this to handle show events.
- The show event is called when the window becomes visible in the windowing system.
+ This function is called when the window becomes visible in the windowing system.
*/
void QWindow::showEvent(QShowEvent *ev)
{
@@ -1391,9 +1391,9 @@ void QWindow::showEvent(QShowEvent *ev)
}
/*!
- Override this to handle show events.
+ Override this to handle hide events.
- The show event is called when the window becomes hidden in the windowing system.
+ This function is called when the window becomes hidden in the windowing system.
*/
void QWindow::hideEvent(QHideEvent *ev)
{