From 5071bbf491cb067dd1f336853413a1eb2be9ca08 Mon Sep 17 00:00:00 2001 From: Julian de Bhal Date: Fri, 30 Mar 2012 10:11:54 +1000 Subject: Minor doc fix - show -> hide in QWindow::hideEvent() Change-Id: I91c5b7f7b688c4f99c6a364692fd96603a38c9bc Reviewed-by: Friedemann Kleint --- src/gui/kernel/qwindow.cpp | 6 +++--- 1 file 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) { -- cgit v1.2.3