summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
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)
{