aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/widgets/mtextedit_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/widgets/mtextedit_p.h')
-rwxr-xr-xsrc/corelib/widgets/mtextedit_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/widgets/mtextedit_p.h b/src/corelib/widgets/mtextedit_p.h
index 91765886..11d63e5f 100755
--- a/src/corelib/widgets/mtextedit_p.h
+++ b/src/corelib/widgets/mtextedit_p.h
@@ -100,6 +100,7 @@ public:
void storePreeditTextStyling(int start, int end);
void addStyleToPreeditStyling(StyleType currentStyleType, bool setValue);
+ QTextCharFormat currentPreeditCharFormat() const;
void insertTextWithPreeditStyling(const QString &text, int &currentListIndex, int &currentCount);
void clearUnusedPreeditStyling(int currentListIndex, int currentCount);
int currentPreeditStylingIndex(int &currentStyleLastCharIndex) const;