From 6617b6765ab7e8e5c100de64eb84378b66d46c3c Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 31 Mar 2013 20:55:03 +0800 Subject: Doc: Fix minor typo Change-Id: Id99a1ea0be841cf7cfaf3c671d36dbddc290fcad Reviewed-by: Jerome Pasion --- src/widgets/dialogs/qwizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/dialogs/qwizard.cpp') diff --git a/src/widgets/dialogs/qwizard.cpp b/src/widgets/dialogs/qwizard.cpp index b7a91a3d4b..3f214809b4 100644 --- a/src/widgets/dialogs/qwizard.cpp +++ b/src/widgets/dialogs/qwizard.cpp @@ -1936,7 +1936,7 @@ void QWizardAntiFlickerWidget::paintEvent(QPaintEvent *) Here, we call QWizardPage::field() to access the contents of the \c className field (which was defined in the \c ClassInfoPage) - and use it to initialize the \c OuputFilePage. The field's + and use it to initialize the \c OutputFilePage. The field's contents is returned as a QVariant. When we create a field using QWizardPage::registerField(), we -- cgit v1.2.3