From d4e35c28a3e547ba3f640dbb411fda24b15d4009 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 9 Jun 2022 20:19:27 +0200 Subject: [PATCH] Fix typo --- settingsdialog/qtsettings.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/settingsdialog/qtsettings.cpp b/settingsdialog/qtsettings.cpp index 6dd1644..ca9f273 100644 --- a/settingsdialog/qtsettings.cpp +++ b/settingsdialog/qtsettings.cpp @@ -203,10 +203,9 @@ void QtSettings::apply() * \brief Returns a new OptionCatecory containing all Qt related option pages. * \remarks * - The QtSettings instance does not keep the ownership over the returned - * category. - * - The pages of the returned category require the QtSetings instance which - * hence - * must be present as long as all pages are destroyed. + * category. + * - The pages of the returned category require the QtSettings instance which + * hence must be present as long as all pages are destroyed. */ OptionCategory *QtSettings::category() {