aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/syntaxhighlighter.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-07-13 18:02:35 +0200
committerhjk <qthjk@ovi.com>2011-07-14 12:15:38 +0200
commit82bbac7f906948278b666a78a402099d65bfd1dd (patch)
tree553154b8e0b7cae0c3be2a2952ab9e5f7ab92995 /src/plugins/texteditor/syntaxhighlighter.h
parent9ec07bf23049d28c66def4f4066230a611780a29 (diff)
Remove unneeded defines.
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor/syntaxhighlighter.h')
-rw-r--r--src/plugins/texteditor/syntaxhighlighter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/syntaxhighlighter.h b/src/plugins/texteditor/syntaxhighlighter.h
index fe61561fc21..7aa6b5fb94c 100644
--- a/src/plugins/texteditor/syntaxhighlighter.h
+++ b/src/plugins/texteditor/syntaxhighlighter.h
@@ -90,7 +90,6 @@ protected:
QTextBlock currentBlock() const;
private:
- Q_DISABLE_COPY(SyntaxHighlighter)
Q_PRIVATE_SLOT(d_ptr, void _q_reformatBlocks(int from, int charsRemoved, int charsAdded))
Q_PRIVATE_SLOT(d_ptr, void _q_delayedRehighlight())