aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/convenience.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2016-08-04 15:26:53 +0200
committerMarco Bubke <marco.bubke@qt.io>2016-08-04 14:37:19 +0000
commit4cdb5bab157bfec52ece3a2ed6dd1ace82f80265 (patch)
tree091c985e8ffcb17171475239e7838ad3b20cbbb4 /src/plugins/texteditor/convenience.h
parent2b9edb35ea85e3fdc56f112d7d73021ea47ece08 (diff)
Clang: Add clang refactoring
Change-Id: I2e3f36f810276da3f8dc7dcc587b06f8edb586d3 GPush-Base: d02f51b48fc752fddcdef6dcb32b3f7f6c0195a3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/texteditor/convenience.h')
-rw-r--r--src/plugins/texteditor/convenience.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/convenience.h b/src/plugins/texteditor/convenience.h
index 65dcd6be46..5cbff33bef 100644
--- a/src/plugins/texteditor/convenience.h
+++ b/src/plugins/texteditor/convenience.h
@@ -43,6 +43,8 @@ TEXTEDITOR_EXPORT bool convertPosition(const QTextDocument *document,
TEXTEDITOR_EXPORT QString textAt(QTextCursor tc, int pos, int length);
+TEXTEDITOR_EXPORT QTextCursor selectAt(QTextCursor textCursor, uint line, uint column, uint length);
+
TEXTEDITOR_EXPORT QTextCursor flippedCursor(const QTextCursor &cursor);
} // Util