diff options
| author | Christian Ehrlicher <[email protected]> | 2024-08-20 20:31:46 +0200 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2024-08-25 20:37:25 +0200 |
| commit | b5bb8897d0809bae4e414c74420440255fc5b08d (patch) | |
| tree | 8ee38cef5df93a970f82408b8e99a0c5ae482e8b /src/widgets/dialogs/qfontdialog.cpp | |
| parent | e279dd8c20794810292047c8c84f309e8aed004b (diff) | |
Widgets/doc remove all \since 4.x comments in widgets/dialogs
Remove all \since 4.x comments in widgets/dialogs - this is no longer
of interest.
Pick-to: 6.8
Change-Id: I4835be8c16363b13615ffc921454e2b5ade295eb
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Axel Spoerl <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qfontdialog.cpp')
| -rw-r--r-- | src/widgets/dialogs/qfontdialog.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/widgets/dialogs/qfontdialog.cpp b/src/widgets/dialogs/qfontdialog.cpp index 628297d22b9..307561f3b5b 100644 --- a/src/widgets/dialogs/qfontdialog.cpp +++ b/src/widgets/dialogs/qfontdialog.cpp @@ -108,8 +108,6 @@ QFontDialogPrivate::~QFontDialogPrivate() */ /*! - \since 4.5 - Constructs a standard font dialog. Use setCurrentFont() to set the initial font attributes. @@ -126,8 +124,6 @@ QFontDialog::QFontDialog(QWidget *parent) } /*! - \since 4.5 - Constructs a standard font dialog with the given \a parent and specified \a initial font. */ @@ -773,15 +769,11 @@ void QFontDialog::changeEvent(QEvent *e) } /*! - \since 4.5 - \property QFontDialog::currentFont \brief the current font of the dialog. */ /*! - \since 4.5 - Sets the font highlighted in the QFontDialog to the given \a font. \sa selectedFont() @@ -807,8 +799,6 @@ void QFontDialog::setCurrentFont(const QFont &font) } /*! - \since 4.5 - Returns the current font. \sa selectedFont() @@ -840,7 +830,6 @@ QFont QFontDialog::selectedFont() const /*! \enum QFontDialog::FontDialogOption - \since 4.5 This enum specifies various options that affect the look and feel of a font dialog. @@ -891,7 +880,6 @@ bool QFontDialog::testOption(FontDialogOption option) const /*! \property QFontDialog::options \brief the various options that affect the look and feel of the dialog - \since 4.5 By default, all options are disabled. @@ -919,8 +907,6 @@ QFontDialog::FontDialogOptions QFontDialog::options() const } /*! - \since 4.5 - Opens the dialog and connects its fontSelected() signal to the slot specified by \a receiver and \a member. @@ -936,8 +922,6 @@ void QFontDialog::open(QObject *receiver, const char *member) } /*! - \since 4.5 - \fn void QFontDialog::currentFontChanged(const QFont &font) This signal is emitted when the current font is changed. The new font is @@ -950,8 +934,6 @@ void QFontDialog::open(QObject *receiver, const char *member) */ /*! - \since 4.5 - \fn void QFontDialog::fontSelected(const QFont &font) This signal is emitted when a font has been selected. The selected font is |
