diff options
| author | Sze Howe Koh <[email protected]> | 2019-07-09 22:11:47 +0800 |
|---|---|---|
| committer | Sze Howe Koh <[email protected]> | 2019-07-10 07:35:06 +0800 |
| commit | f4b5fa76d76a38c8cd97ac410981a2209d100180 (patch) | |
| tree | ecf2eff9c45a3ac294a7ce89f6c6945113f6d2cb /src/widgets/dialogs/qfontdialog.cpp | |
| parent | 4bb975717b0ba2c7b41e1a44192c2d54c919cfee (diff) | |
[Doc] Fix minor typos
Change-Id: I7e74806218dcc07d800f4ec08e94abce32483f5e
Reviewed-by: Samuel Gaist <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qfontdialog.cpp')
| -rw-r--r-- | src/widgets/dialogs/qfontdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qfontdialog.cpp b/src/widgets/dialogs/qfontdialog.cpp index 2b81180ecb9..d53d57db86f 100644 --- a/src/widgets/dialogs/qfontdialog.cpp +++ b/src/widgets/dialogs/qfontdialog.cpp @@ -163,7 +163,7 @@ QFontDialog::QFontDialog(QWidget *parent) \since 4.5 Constructs a standard font dialog with the given \a parent and specified - \a initial color. + \a initial font. */ QFontDialog::QFontDialog(const QFont &initial, QWidget *parent) : QFontDialog(parent) |
