summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/shared/richtexteditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/richtexteditor.cpp')
-rw-r--r--src/designer/src/lib/shared/richtexteditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/richtexteditor.cpp b/src/designer/src/lib/shared/richtexteditor.cpp
index d7d84cf42..fbc6974f5 100644
--- a/src/designer/src/lib/shared/richtexteditor.cpp
+++ b/src/designer/src/lib/shared/richtexteditor.cpp
@@ -145,6 +145,8 @@ public:
QToolBar *createToolBar(QDesignerFormEditorInterface *core, QWidget *parent = nullptr);
+ QString text(Qt::TextFormat format) const;
+
bool simplifyRichText() const { return m_simplifyRichText; }
public slots:
@@ -152,7 +154,6 @@ public slots:
void setFontPointSize(double);
void setText(const QString &text);
void setSimplifyRichText(bool v);
- QString text(Qt::TextFormat format) const;
signals:
void stateChanged();