forked from qt-creator/qt-creator
Pass the lookahead character to matching text.
This commit is contained in:
@@ -41,7 +41,8 @@ class CPLUSPLUS_EXPORT MatchingText
|
||||
public:
|
||||
MatchingText();
|
||||
|
||||
QString insertMatchingBrace(const QTextCursor &tc, const QString &text, int *skippedChars) const;
|
||||
QString insertMatchingBrace(const QTextCursor &tc, const QString &text,
|
||||
const QChar &la, int *skippedChars) const;
|
||||
QString insertParagraphSeparator(const QTextCursor &tc) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user