[libraries/ktextaddons] textautocorrection/widgets: Show more qdoc
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f3b5fc3b090dfa2e75162c16451503b2a5008853 by Laurent Montel.
Committed on 29/07/2026 at 06:55.
Pushed by mlaurent into branch 'master'.
Show more qdoc
M +2 -0 textautocorrection/widgets/autocorrectionlineedit.h
M +14 -0 textautocorrection/widgets/autocorrectiontextedit.h
https://invent.kde.org/libraries/ktextaddons/-/commit/f3b5fc3b090dfa2e75162c16451503b2a5008853
diff --git a/textautocorrection/widgets/autocorrectionlineedit.h b/textautocorrection/widgets/autocorrectionlineedit.h
index 1b72ff069..cf5617381 100644
--- a/textautocorrection/widgets/autocorrectionlineedit.h
+++ b/textautocorrection/widgets/autocorrectionlineedit.h
@@ -46,6 +46,8 @@ public:
void setAutocorrectionLanguage(const QString &language);
protected:
+ /*!
+ */
void keyPressEvent(QKeyEvent *e) override;
private:
diff --git a/textautocorrection/widgets/autocorrectiontextedit.h b/textautocorrection/widgets/autocorrectiontextedit.h
index 28456a5ea..1e97ca8df 100644
--- a/textautocorrection/widgets/autocorrectiontextedit.h
+++ b/textautocorrection/widgets/autocorrectiontextedit.h
@@ -26,16 +26,30 @@ class TEXTAUTOCORRECTIONWIDGETS_EXPORT AutoCorrectionTextEdit : public QTextEdit
{
Q_OBJECT
public:
+ /*!
+ * \brief AutoCorrectionTextEdit
+ * \param parent
+ */
explicit AutoCorrectionTextEdit(QWidget *parent = nullptr);
+ /*!
+ */
~AutoCorrectionTextEdit() override;
+ /*!
+ */
[[nodiscard]] TextAutoCorrectionCore::AutoCorrection *autocorrection() const;
+ /*!
+ */
void setAutocorrection(TextAutoCorrectionCore::AutoCorrection *autocorrect);
+ /*!
+ */
void setAutocorrectionLanguage(const QString &language);
protected:
+ /*!
+ */
void keyPressEvent(QKeyEvent *e) override;
private: