summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qstackedwidget.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-06-09 22:59:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-10 09:06:24 +0200
commit8480ddbe60492bb284fc614fd7bf304d3d9bd130 (patch)
tree2ee1e15f80829c092fe271830ca9cf80602270fa /src/widgets/widgets/qstackedwidget.cpp
parent9a3a3b641a11022a69d77840714da13d8c5c4d5e (diff)
Remove unnecessary comma in QStackedWidget doc.
Change-Id: Iaa6102ea90c695eb2d81cc5d4fbd00dafc7783f5 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/widgets/qstackedwidget.cpp')
-rw-r--r--src/widgets/widgets/qstackedwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qstackedwidget.cpp b/src/widgets/widgets/qstackedwidget.cpp
index 4b7170a596..6dbc7c8fad 100644
--- a/src/widgets/widgets/qstackedwidget.cpp
+++ b/src/widgets/widgets/qstackedwidget.cpp
@@ -91,7 +91,7 @@ public:
the list using the addWidget() function, or inserted at a given
index using the insertWidget() function. The removeWidget()
function removes a widget from the stacked widget. The number of
- widgets contained in the stacked widget, can
+ widgets contained in the stacked widget can
be obtained using the count() function.
The widget() function returns the widget at a given index