summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtabwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qtabwidget.cpp')
-rw-r--r--src/widgets/widgets/qtabwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qtabwidget.cpp b/src/widgets/widgets/qtabwidget.cpp
index 5b3dcfa45b..f0bfe67e3a 100644
--- a/src/widgets/widgets/qtabwidget.cpp
+++ b/src/widgets/widgets/qtabwidget.cpp
@@ -579,7 +579,7 @@ bool QTabWidget::isTabVisible(int index) const
}
/*!
- If \a enable is true, the page at position \a index is visible; otherwise the page at
+ If \a visible is true, the page at position \a index is visible; otherwise the page at
position \a index is hidden. The page's tab is redrawn appropriately.
\sa isTabVisible()