aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h')
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
index cc8d4c3d76..55fcf6ff1e 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
@@ -35,6 +35,8 @@ namespace Ui {
class AnnotationCommentTab;
}
+class RichTextEditor;
+
class AnnotationCommentTab : public QWidget
{
Q_OBJECT
@@ -59,6 +61,7 @@ private slots:
private:
Ui::AnnotationCommentTab *ui;
+ RichTextEditor *m_editor;
Comment m_comment;
};