aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/autocompleter.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2016-04-18 15:13:28 +0200
committerDavid Schulz <david.schulz@theqtcompany.com>2016-05-20 12:46:34 +0000
commit1d1f450081dd53e6401c6c22cf5daeb6924e96ad (patch)
treedf99800b53a257b9cbd59a3a00f25735a4144807 /src/plugins/texteditor/autocompleter.h
parentb482a6158c91b4f7dd89d2e4adcae60e922df08c (diff)
Editor: Simplify autocompleter.
Change-Id: I7e0d4a083862941401518b80a4a988aeac154f97 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/texteditor/autocompleter.h')
-rw-r--r--src/plugins/texteditor/autocompleter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/texteditor/autocompleter.h b/src/plugins/texteditor/autocompleter.h
index 49c6586abe..6835030bc5 100644
--- a/src/plugins/texteditor/autocompleter.h
+++ b/src/plugins/texteditor/autocompleter.h
@@ -77,11 +77,6 @@ public:
// Returns the text that needs to be inserted
virtual QString insertParagraphSeparator(const QTextCursor &cursor) const;
-protected:
- static void countBracket(QChar open, QChar close, QChar c, int *errors, int *stillopen);
- static void countBrackets(QTextCursor cursor, int from, int end, QChar open, QChar close,
- int *errors, int *stillopen);
-
private:
mutable bool m_allowSkippingOfBlockEnd;
bool m_surroundWithEnabled;