diff options
author | Nikita Baryshnikov <[email protected]> | 2014-06-16 21:34:13 +0400 |
---|---|---|
committer | hjk <[email protected]> | 2014-06-17 08:19:29 +0200 |
commit | 84e176edab36ea76dc46cfb3a35beb2ff1ee31b1 (patch) | |
tree | bf23482999ab580ddaf225944cd5175dde36fb60 /src/plugins/vcsbase/diffhighlighter.cpp | |
parent | 453bb4ebe5f4f4472e0feebbcf0f1f409ca74fc0 (diff) |
CleanUp usage of QtAlgorithms
Change-Id: I61be20554014f90c2e1313167a3e3c869e26c35e
Reviewed-by: Orgad Shaneh <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/vcsbase/diffhighlighter.cpp')
-rw-r--r-- | src/plugins/vcsbase/diffhighlighter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/diffhighlighter.cpp b/src/plugins/vcsbase/diffhighlighter.cpp index f0a628d0fbf..780308de5c2 100644 --- a/src/plugins/vcsbase/diffhighlighter.cpp +++ b/src/plugins/vcsbase/diffhighlighter.cpp @@ -34,7 +34,6 @@ #include <utils/qtcassert.h> #include <QDebug> -#include <QtAlgorithms> #include <QRegExp> /*! @@ -82,7 +81,7 @@ enum FoldingState { Location }; -}; // namespace Internal; +} // namespace Internal; static inline QTextCharFormat invertedColorFormat(const QTextCharFormat &in) { |