summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfontdialog.cpp
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2012-08-16 18:39:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 16:42:06 +0200
commit3a888a7182ea8428f8a6ed3fdded70e3c6c6816b (patch)
tree7a12ec0ce122825fd97a9e884d3c1199b7397db3 /src/widgets/dialogs/qfontdialog.cpp
parentb9ef4a9c3047228ec007ac81ff0a304f8cc274b7 (diff)
Remove dialogs doc related warnings
Change-Id: I79a771d18913237d894ca1a5aeaa07586106c645 Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
Diffstat (limited to 'src/widgets/dialogs/qfontdialog.cpp')
-rw-r--r--src/widgets/dialogs/qfontdialog.cpp27
1 files changed, 1 insertions, 26 deletions
diff --git a/src/widgets/dialogs/qfontdialog.cpp b/src/widgets/dialogs/qfontdialog.cpp
index b13e87b4de..b51853db65 100644
--- a/src/widgets/dialogs/qfontdialog.cpp
+++ b/src/widgets/dialogs/qfontdialog.cpp
@@ -131,7 +131,7 @@ static const Qt::WindowFlags DefaultWindowFlags =
\image plastique-fontdialog.png A font dialog in the Plastique widget style.
- \sa QFont, QFontInfo, QFontMetrics, QColorDialog, QFileDialog, QPrintDialog,
+ \sa QFont, QFontInfo, QFontMetrics, QColorDialog, QFileDialog,
{Standard Dialogs Example}
*/
@@ -1027,31 +1027,6 @@ bool QFontDialogPrivate::canBeNativeDialog() const
return (staticName == dynamicName);
}
-/*!
- \fn QFont QFontDialog::getFont(bool *ok, const QFont &initial, QWidget* parent, const char* name)
- \since 4.5
-
- Call getFont(\a ok, \a initial, \a parent) instead.
-
- \warning Do not delete \a parent during the execution of the dialog.
- If you want to do this, you should create the dialog
- yourself using one of the QFontDialog constructors.
-
- The \a name parameter is ignored.
-*/
-
-/*!
- \fn QFont QFontDialog::getFont(bool *ok, QWidget* parent, const char* name)
-
- Call getFont(\a ok, \a parent) instead.
-
- \warning Do not delete \a parent during the execution of the dialog.
- If you want to do this, you should create the dialog
- yourself using one of the QFontDialog constructors.
-
- The \a name parameter is ignored.
-*/
-
QT_END_NAMESPACE
#include "qfontdialog.moc"